##// END OF EJS Templates
crecord: rewrite help string to avoid mentioning "crecord"...
Jordi Gutiérrez Hermoso -
r44337:ac54b8a2 default
parent child Browse files
Show More
@@ -1615,12 +1615,13 b' class curseschunkselector(object):'
1615 1615 helptext = _(
1616 1616 """ [press any key to return to the patch-display]
1617 1617
1618 crecord allows you to interactively choose among the changes you have made,
1619 and confirm only those changes you select for further processing by the command
1620 you are running (commit/shelve/revert), after confirming the selected
1621 changes, the unselected changes are still present in your working copy, so you
1622 can use crecord multiple times to split large changes into smaller changesets.
1623 the following are valid keystrokes:
1618 The curses hunk selector allows you to interactively choose among the
1619 changes you have made, and confirm only those changes you select for
1620 further processing by the command you are running (such as commit,
1621 shelve, or revert). After confirming the selected changes, the
1622 unselected changes are still present in your working copy, so you can
1623 use the hunk selector multiple times to split large changes into
1624 smaller changesets. the following are valid keystrokes:
1624 1625
1625 1626 x [space] : (un-)select item ([~]/[x] = partly/fully applied)
1626 1627 [enter] : (un-)select item and go to next item of same type
General Comments 0
You need to be logged in to leave comments. Login now