[Python-checkins] devguide: Add missing --no-commit to hg import example.

ned.deily python-checkins at python.org
Sun Mar 6 11:30:45 CET 2011


http://hg.python.org/devguide/rev/2dc4142320a6
changeset:   377:2dc4142320a6
user:        Ned Deily <nad at acm.org>
date:        Sun Mar 06 02:30:15 2011 -0800
summary:
  Add missing --no-commit to hg import example.

files:
  committing.rst

diff --git a/committing.rst b/committing.rst
--- a/committing.rst
+++ b/committing.rst
@@ -190,7 +190,7 @@
 update your working copy to the 2.7 branch, then import the patch::
 
    hg update 2.7
-   hg export a7df1a869e4a | hg import -
+   hg export a7df1a869e4a | hg import --no-commit -
    # Compile; run the test suite
    hg commit
 

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list