changeset 44236:e1ecfc7c84be

absorb: graduate -i flag from experimental The interactive mode seems to work well. I have previously thought that `-i` should be what `-e` does, but the current behavior matches what other `-i` flags do (select a subset of the hunks), so I think that is what we want. Differential Revision: https://phab.mercurial-scm.org/D8055
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 31 Jan 2020 08:47:32 -0800
parents 6b7aef44274b
children b4057d001760
files hgext/absorb.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/absorb.py	Sat Jan 25 17:30:24 2020 +0900
+++ b/hgext/absorb.py	Fri Jan 31 08:47:32 2020 -0800
@@ -1077,7 +1077,7 @@
             b'i',
             b'interactive',
             None,
-            _(b'interactively select which chunks to apply (EXPERIMENTAL)'),
+            _(b'interactively select which chunks to apply'),
         ),
         (
             b'e',