Changes between Version 10 and Version 11 of MercurialBranches
- Timestamp:
- Oct 27, 2010, 11:18:03 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MercurialBranches
v10 v11 59 59 hg update $BRANCH || exit 1; 60 60 # Make a commit message first in case the transplant fails. 61 hg log -r -1--template "[$SHORTBRANCH] {desc}\n\nBackport of [$SVNREV] from trunk\n" > hg-commit-message.txt || exit 161 hg log -r $HGREV --template "[$SHORTBRANCH] {desc}\n\nBackport of [$SVNREV] from trunk\n" > hg-commit-message.txt || exit 1 62 62 hg transplant $HGREV || exit 1; 63 63 # Modify the commit message