[Python-checkins] devguide: Clarify that when creating a feature branch hg push --new-branch is needed.

r.david.murray python-checkins at python.org
Mon Mar 28 17:18:57 CEST 2011


http://hg.python.org/devguide/rev/7868d364f191
changeset: 404:7868d364f191
user: R David Murray <rdmurray at bitdance.com>
date: Mon Mar 28 11:18:38 2011 -0400
summary:
 Clarify that when creating a feature branch hg push --new-branch is needed.
files:
 committing.rst | 1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/committing.rst b/committing.rst
--- a/committing.rst
+++ b/committing.rst
@@ -326,6 +326,7 @@
 
 $ hg branch mywork
 $ hg commit -m "Creating branch mywork"
+ $ hg push --new-branch
 
 You can now work on your feature, commit changes as you will, and push them
 when desired::
-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /