hgext/evolve.py
changeset 1532 48547b4c77de
parent 1531 47f48af730ce
child 1536 9afe9e0191a1
--- 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.