split: drop the experimental flag
authorPierre-Yves David <pierre-yves.david@fb.com>
Fri, 06 Nov 2015 21:37:38 -0500
changeset 1532 48547b4c77de
parent 1531 47f48af730ce
child 1533 74cf5a69f201
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.
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.