mercurial/crecord.py
changeset 43885 ac54b8a2ebea
parent 43787 be8552f25cab
child 43887 c06eba91c380
--- a/mercurial/crecord.py	Fri Dec 13 18:59:26 2019 -0800
+++ b/mercurial/crecord.py	Thu Dec 12 11:37:30 2019 -0500
@@ -1615,12 +1615,13 @@
         helptext = _(
             """            [press any key to return to the patch-display]
 
-crecord allows you to interactively choose among the changes you have made,
-and confirm only those changes you select for further processing by the command
-you are running (commit/shelve/revert), after confirming the selected
-changes, the unselected changes are still present in your working copy, so you
-can use crecord multiple times to split large changes into smaller changesets.
-the following are valid keystrokes:
+The curses hunk selector allows you to interactively choose among the
+changes you have made, and confirm only those changes you select for
+further processing by the command you are running (such as commit,
+shelve, or revert). After confirming the selected changes, the
+unselected changes are still present in your working copy, so you can
+use the hunk selector multiple times to split large changes into
+smaller changesets. the following are valid keystrokes:
 
               x [space] : (un-)select item ([~]/[x] = partly/fully applied)
                 [enter] : (un-)select item and go to next item of same type