[Python-checkins] devguide: Remove the "how do I create a branch" question. It is too SVN-centric.

antoine.pitrou python-checkins at python.org
Sun Feb 6 20:30:03 CET 2011


antoine.pitrou pushed 70cdabddd60b to devguide:

http://hg.python.org/devguide/rev/70cdabddd60b
changeset:   259:70cdabddd60b
branch:      hg_transition
tag:         tip
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sun Feb 06 20:29:57 2011 +0100
summary:
  Remove the "how do I create a branch" question.  It is too SVN-centric.

files:
  faq.rst

diff --git a/faq.rst b/faq.rst
--- a/faq.rst
+++ b/faq.rst
@@ -379,19 +379,6 @@
    hg update <tag>
 
 
-How do I create a branch?
--------------------------
-
-The best way is to do a server-side copy by specifying the URL for the source
-of the branch, and the eventual destination URL for the new branch::
-
-    svn copy SRC_URL DEST_URL
-
-You can then checkout your branch as normal.  You will want to prepare your
-branch for future merging from the source branch so as to keep them in sync
-using svnmerge.py.
-
-
 How can I create a directory in the sandbox?
 ------------------------------------------------------------------------------
 

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


More information about the Python-checkins mailing list