comparison mercurial/crecord.py @ 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
comparison
equal deleted inserted replaced
29076:36d3535c6a47 29077:6ecd1a00977e
1373 shift-left-arrow [H] : go to parent header / fold selected header 1373 shift-left-arrow [H] : go to parent header / fold selected header
1374 f : fold / unfold item, hiding/revealing its children 1374 f : fold / unfold item, hiding/revealing its children
1375 F : fold / unfold parent item and all of its ancestors 1375 F : fold / unfold parent item and all of its ancestors
1376 m : edit / resume editing the commit message 1376 m : edit / resume editing the commit message
1377 e : edit the currently selected hunk 1377 e : edit the currently selected hunk
1378 a : toggle amend mode (hg rev >= 2.2), only with commit -i 1378 a : toggle amend mode, only with commit -i
1379 c : confirm selected changes 1379 c : confirm selected changes
1380 r : review/edit and confirm selected changes 1380 r : review/edit and confirm selected changes
1381 q : quit without confirming (no changes will be made) 1381 q : quit without confirming (no changes will be made)
1382 ? : help (what you're currently reading)""" 1382 ? : help (what you're currently reading)"""
1383 1383