changeset 1615:b04d73c0a13e stable

split: fix wording of documentation for --rev option
author Nathan Goldbaum <ngoldbau@ucsc.edu>
date Wed, 10 Feb 2016 18:54:49 -0600
parents 4bb48b1da1f8
children 160968654581
files hgext/evolve.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/evolve.py	Thu Feb 11 00:42:22 2016 +0000
+++ b/hgext/evolve.py	Wed Feb 10 18:54:49 2016 -0600
@@ -2709,7 +2709,7 @@
         lockmod.release(tr, lock, wlock)
 
 @command('^split',
-    [('r', 'rev', [], _("revision to fold")),
+    [('r', 'rev', [], _("revision to split")),
     ] + commitopts + commitopts2,
     _('hg split [OPTION]... [-r] REV'))
 def cmdsplit(ui, repo, *revs, **opts):