[Python-checkins] pymigr: Update instructions with new branch names

antoine.pitrou python-checkins at python.org
Thu Feb 24 20:15:56 CET 2011


antoine.pitrou pushed 134668fee160 to pymigr:

http://hg.python.org/pymigr/rev/134668fee160
changeset:   103:134668fee160
tag:         tip
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Thu Feb 24 20:15:53 2011 +0100
summary:
  Update instructions with new branch names

files:
  README.txt

diff --git a/README.txt b/README.txt
--- a/README.txt
+++ b/README.txt
@@ -33,11 +33,12 @@
 
 - Inside, "python-hg", prepare a bundle of the branches needed for the "work
   repository" (a subset of the full converted repo containing only active
-  dev branches):
+  dev branches and main maintenance branches):
 
     $ hg bundle --base null \
-        -r default -r 3.2.x -r 3.1.x -r 3.0.x \
-        -r trunk -r 2.7.x -r 2.6.x -r 2.5.x \
+        -r default -r 3.2 -r 3.1 -r 3.0 \
+        -r trunk -r 2.7 -r 2.6 -r 2.5 -r 2.4 \
+        -r 2.3 -r 2.2 -r 2.1 -r 2.0 \
         ../work.bundle
 
 - Create the work repository:

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


More information about the Python-checkins mailing list