changeset 1613:a1f239a93c94

split: mark the command as experimental It has a bit too many rough edge for now.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Mon, 02 Nov 2015 00:32:44 +0000
parents c4f8a2916e43
children bca3fce56b2c 829fbd4a7275
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
@@ -2624,7 +2624,7 @@
     ] + commitopts + commitopts2,
     _('hg split [OPTION]... [-r] REV'))
 def cmdsplit(ui, repo, *revs, **opts):
-    """Split the current commit using interactive selection
+    """Split the current commit using interactive selection (EXPERIMENTAL)
 
     By default, split the current revision by prompting for all its hunk to be
     redistributed into new changesets.