Mercurial > hg-stable
changeset 29077:6ecd1a00977e
crecord: drop the version condition for amend
The UI is now shipped in core, amend feature is always available.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Thu, 05 May 2016 16:38:24 +0200 |
parents | 36d3535c6a47 |
children | eeacfa36ed3f |
files | mercurial/crecord.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/crecord.py Thu May 05 11:19:52 2016 +0800 +++ b/mercurial/crecord.py Thu May 05 16:38:24 2016 +0200 @@ -1375,7 +1375,7 @@ F : fold / unfold parent item and all of its ancestors m : edit / resume editing the commit message e : edit the currently selected hunk - a : toggle amend mode (hg rev >= 2.2), only with commit -i + a : toggle amend mode, only with commit -i c : confirm selected changes r : review/edit and confirm selected changes q : quit without confirming (no changes will be made)