D6622: relnotes: document new range-select mechanism in crecord

spectral (Kyle Lippincott) phabricator at mercurial-scm.org
Tue Jul 9 05:44:24 EDT 2019


Closed by commit rHG9f73620a65fe: relnotes: document new range-select mechanism in crecord (authored by spectral).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D6622?vs=15815&id=15828

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D6622/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D6622

AFFECTED FILES
  relnotes/next

CHANGE DETAILS

diff --git a/relnotes/next b/relnotes/next
--- a/relnotes/next
+++ b/relnotes/next
@@ -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 ==
 



To: spectral, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list