# HG changeset patch # User Pierre-Yves David # Date 1446424364 0 # Node ID a1f239a93c9431aadaa63a3aeba387b450d5356b # Parent c4f8a2916e43cd415113436da78e5f7c6cc76ff1 split: mark the command as experimental It has a bit too many rough edge for now. diff -r c4f8a2916e43 -r a1f239a93c94 hgext/evolve.py --- a/hgext/evolve.py Fri Oct 30 15:48:13 2015 +0000 +++ b/hgext/evolve.py Mon Nov 02 00:32:44 2015 +0000 @@ -2624,7 +2624,7 @@ ] + commitopts + commitopts2, _('hg split [OPTION]... [-r] REV')) def cmdsplit(ui, repo, *revs, **opts): - """Split the current commit using interactive selection + """Split the current commit using interactive selection (EXPERIMENTAL) By default, split the current revision by prompting for all its hunk to be redistributed into new changesets.