crecord: drop the version condition for amend
The UI is now shipped in core, amend feature is always available.
--- 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)