changeset 1628:48547b4c77de

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.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Fri, 06 Nov 2015 21:37:38 -0500
parents 47f48af730ce
children 74cf5a69f201
files hgext/evolve.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/evolve.py
+++ b/hgext/evolve.py
@@ -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.