[Python-checkins] pymigr: Use the trunkbranch option and mention the modified hgsubversion

antoine.pitrou python-checkins at python.org
Thu Feb 24 16:40:13 CET 2011


antoine.pitrou pushed 7d8692d368b0 to pymigr:

http://hg.python.org/pymigr/rev/7d8692d368b0
changeset:   97:7d8692d368b0
tag:         tip
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Thu Feb 24 16:40:08 2011 +0100
summary:
  Use the trunkbranch option and mention the modified hgsubversion
(this is a bit experimental at this point, but should allow to have
"default" tip point to 3.x tip without having another head on "default"
pointing to the last SVN trunk commit)

files:
  convert.sh

diff --git a/convert.sh b/convert.sh
--- a/convert.sh
+++ b/convert.sh
@@ -2,6 +2,8 @@
 
 # Run this script from the pymigr working copy.  The SVN repo should be
 # in ./python-svn.
+# The 'trunkbranch' hgsubversion option needs the modified hgsubversion
+# from http://hg.python.org/hgsubversion/
 
 # NOTE: branch p3yk (sic) was created from trunk in r43030.
 
@@ -18,6 +20,7 @@
 echo '' >> $HGREPO/.hg/hgrc
 echo '[hgsubversion]' >> $HGREPO/.hg/hgrc
 echo 'defaultauthors = False' >> $HGREPO/.hg/hgrc
+echo 'trunkbranch = trunk' >> $HGREPO/.hg/hgrc
 
 cd $HGREPO
 

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


More information about the Python-checkins mailing list