Mercurial > hg
changeset 42578:9f73620a65fe
relnotes: document new range-select mechanism in crecord
Differential Revision: https://phab.mercurial-scm.org/D6622
author | Kyle Lippincott <spectral@google.com> |
---|---|
date | Mon, 08 Jul 2019 15:01:18 -0700 |
parents | ceb31d96d3ae |
children | b8d54f4625cb |
files | relnotes/next |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/relnotes/next Fri Jul 05 00:17:26 2019 +0530 +++ b/relnotes/next Mon Jul 08 15:01:18 2019 -0700 @@ -9,6 +9,13 @@ * New `--force-close-branch` flag for `hg commit` to forcibly close branch from a non-head changeset. + * The curses-based interface for commands like `hg commit -i` now supports + a range-select mechanism. Select the first line using space like before, + navigate to the last line, and press X (capital x) to set all items in + the range at once. Lowercase x has been added as a synonym for space to + help reinforce the mechanism, and pressing enter/return continues to be a + synonym for "toggle the current line and move down to the next item in + this section." == New Experimental Features ==