# HG changeset patch # User Martin von Zweigbergk # Date 1580489252 28800 # Node ID e1ecfc7c84be922c28aedd80bc2ebcbe1d415e5d # Parent 6b7aef44274b457847d912cf1eada1dd8396f650 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 diff -r 6b7aef44274b -r e1ecfc7c84be 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',