absorb: graduate -i flag from experimental
authorMartin von Zweigbergk <martinvonz@google.com>
Fri, 31 Jan 2020 08:47:32 -0800
changeset 44236 e1ecfc7c84be
parent 44235 6b7aef44274b
child 44237 b4057d001760
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
hgext/absorb.py
--- 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',