# HG changeset patch # User Pierre-Yves David # Date 1446863858 18000 # Node ID 48547b4c77defdd17c670b1eb0eb94272edf0207 # Parent 47f48af730ce2cc9dddb0c442ba2c5f871e62913 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. diff -r 47f48af730ce -r 48547b4c77de hgext/evolve.py --- 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.