mercurial/crecord.py
changeset 43891 ac54b8a2ebea
parent 43807 be8552f25cab
child 43893 c06eba91c380
equal deleted inserted replaced
43890:5709a9992c2a 43891:ac54b8a2ebea
  1613     def helpwindow(self):
  1613     def helpwindow(self):
  1614         """print a help window to the screen.  exit after any keypress."""
  1614         """print a help window to the screen.  exit after any keypress."""
  1615         helptext = _(
  1615         helptext = _(
  1616             """            [press any key to return to the patch-display]
  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,
  1618 The curses hunk selector allows you to interactively choose among the
  1619 and confirm only those changes you select for further processing by the command
  1619 changes you have made, and confirm only those changes you select for
  1620 you are running (commit/shelve/revert), after confirming the selected
  1620 further processing by the command you are running (such as commit,
  1621 changes, the unselected changes are still present in your working copy, so you
  1621 shelve, or revert). After confirming the selected changes, the
  1622 can use crecord multiple times to split large changes into smaller changesets.
  1622 unselected changes are still present in your working copy, so you can
  1623 the following are valid keystrokes:
  1623 use the hunk selector multiple times to split large changes into
       
  1624 smaller changesets. the following are valid keystrokes:
  1624 
  1625 
  1625               x [space] : (un-)select item ([~]/[x] = partly/fully applied)
  1626               x [space] : (un-)select item ([~]/[x] = partly/fully applied)
  1626                 [enter] : (un-)select item and go to next item of same type
  1627                 [enter] : (un-)select item and go to next item of same type
  1627                       A : (un-)select all items
  1628                       A : (un-)select all items
  1628                       X : (un-)select all items between current and most-recent
  1629                       X : (un-)select all items between current and most-recent