##// END OF EJS Templates
relnotes: document new range-select mechanism in crecord...
Kyle Lippincott -
r42779:9f73620a default
parent child Browse files
Show More
@@ -9,6 +9,13 b''
9 * New `--force-close-branch` flag for `hg commit` to forcibly close
9 * New `--force-close-branch` flag for `hg commit` to forcibly close
10 branch from a non-head changeset.
10 branch from a non-head changeset.
11
11
12 * The curses-based interface for commands like `hg commit -i` now supports
13 a range-select mechanism. Select the first line using space like before,
14 navigate to the last line, and press X (capital x) to set all items in
15 the range at once. Lowercase x has been added as a synonym for space to
16 help reinforce the mechanism, and pressing enter/return continues to be a
17 synonym for "toggle the current line and move down to the next item in
18 this section."
12
19
13 == New Experimental Features ==
20 == New Experimental Features ==
14
21
General Comments 0
You need to be logged in to leave comments. Login now