comparison README @ 1140:b7d85cd8ec7b

amend: allow the --logfile argument to work properly Though documented to work, using --logfile previously set the message option to that of the parent commit, and cause amend to abort with this message: abort: options --message and --logfile are mutually exclusive It's not clear why the 'edit' option is popped, but this option is only fetched in order to let the core commit command do the work.
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 25 Oct 2014 22:25:42 -0400
parents e9900a4af996
children ca17770d2ee9
comparison
equal deleted inserted replaced
1139:07ccf868dfe1 1140:b7d85cd8ec7b
54 Be sure to check latest draft changeset before submitting new changesets. 54 Be sure to check latest draft changeset before submitting new changesets.
55 55
56 56
57 Changelog 57 Changelog
58 ========= 58 =========
59
60 5.0.1 --
61
62 - amend: fix --logfile argument
59 63
60 5.0.0 -- 2014-10-22 64 5.0.0 -- 2014-10-22
61 65
62 - drop compat with Mercurial pre 3.2 66 - drop compat with Mercurial pre 3.2
63 - uncommit: add a --rev argument 67 - uncommit: add a --rev argument