Show More
@@ -1615,12 +1615,13 b' class curseschunkselector(object):' | |||||
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 |
crecor |
|
1618 | The curses hunk selector allows you to interactively choose among the | |
1619 |
and confirm only those changes you select for |
|
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 |
General Comments 0
You need to be logged in to leave comments.
Login now