Changes between Version 14 and Version 15 of MercurialBranches
- Timestamp:
- Dec 3, 2010, 10:39:17 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MercurialBranches
v14 v15 131 131 export SVNMERGE_REVISION=`hg svn info -r $1 | egrep '^Revision' | cut -f 2 -d ' '` 132 132 export DJANGO_BRANCH=`hg branch | cut -f 2 -d '/'` 133 hg transplant $1 --filter commit.py133 hg transplant $1 --filter /path/to/backport.py 134 134 unset SVNMERGE_REVISION 135 135 unset DJANGO_BRANCH