hgext/split.py
changeset 40295 fa88170c10bb
parent 40293 c303d65d2e34
child 41966 42e2c7c52e1b
--- a/hgext/split.py	Fri Oct 12 18:06:32 2018 +0200
+++ b/hgext/split.py	Fri Oct 12 18:49:11 2018 +0200
@@ -44,12 +44,12 @@
 # leave the attribute unspecified.
 testedwith = 'ships-with-hg-core'
 
-@command('^split',
+@command('split',
     [('r', 'rev', '', _("revision to split"), _('REV')),
      ('', 'rebase', True, _('rebase descendants after split')),
     ] + cmdutil.commitopts2,
     _('hg split [--no-rebase] [[-r] REV]'),
-    helpcategory=command.CATEGORY_CHANGE_MANAGEMENT)
+    helpcategory=command.CATEGORY_CHANGE_MANAGEMENT, helpbasic=True)
 def split(ui, repo, *revs, **opts):
     """split a changeset into smaller ones