Mercurial > hg
comparison relnotes/next @ 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 | d28d91f9f35a |
children | b8d54f4625cb |
comparison
equal
deleted
inserted
replaced
42577:ceb31d96d3ae | 42578:9f73620a65fe |
---|---|
7 where a repo share's source is. See `hg help -v root` for details. | 7 where a repo share's source is. See `hg help -v root` for details. |
8 | 8 |
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 |
15 * New config `experimental.log.topo` makes `hg log -G` use | 22 * New config `experimental.log.topo` makes `hg log -G` use |
16 topological sorting. This is especially useful for aliases since it | 23 topological sorting. This is especially useful for aliases since it |