split: drop the experimental flag
I've been using it without issue for some time. The only blocker in my mind was
the lack of commit message preservation and this is now fixed.
--- a/hgext/evolve.py Fri Nov 06 21:34:24 2015 -0500
+++ b/hgext/evolve.py Fri Nov 06 21:37:38 2015 -0500
@@ -2661,7 +2661,7 @@
] + commitopts + commitopts2,
_('hg split [OPTION]... [-r] REV'))
def cmdsplit(ui, repo, *revs, **opts):
- """Split the current commit using interactive selection (EXPERIMENTAL)
+ """Split the current commit using interactive selection
By default, split the current revision by prompting for all its hunk to be
redistributed into new changesets.