# HG changeset patch # User Pierre-Yves David # Date 1462459104 -7200 # Node ID 6ecd1a00977eb793999f6ff799084b124e284fa6 # Parent 36d3535c6a475a7215feba432048a0d756cb416d crecord: drop the version condition for amend The UI is now shipped in core, amend feature is always available. diff -r 36d3535c6a47 -r 6ecd1a00977e mercurial/crecord.py --- 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)