Changes between Version 10 and Version 11 of MercurialBranches


Ignore:
Timestamp:
Oct 27, 2010, 11:18:03 AM (14 years ago)
Author:
Ramiro Morales
Comment:

hg_backport script: Modified hg log invocation so the commit message obtained is the right one.

Legend:

Unmodified
Added
Removed
Modified
  • MercurialBranches

    v10 v11  
    5959hg update $BRANCH || exit 1;
    6060# 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 1
     61hg log -r $HGREV --template "[$SHORTBRANCH] {desc}\n\nBackport of [$SVNREV] from trunk\n" > hg-commit-message.txt || exit 1
    6262hg transplant $HGREV || exit 1;
    6363# Modify the commit message
Back to Top