hgext/absorb.py
changeset 40295 fa88170c10bb
parent 40293 c303d65d2e34
child 40951 e993a86cfcb8
--- a/hgext/absorb.py	Fri Oct 12 18:06:32 2018 +0200
+++ b/hgext/absorb.py	Fri Oct 12 18:49:11 2018 +0200
@@ -982,7 +982,7 @@
             ui.write(_('nothing applied\n'))
     return state
 
-@command('^absorb',
+@command('absorb',
          [('a', 'apply-changes', None,
            _('apply changes without prompting for confirmation')),
           ('p', 'print-changes', None,
@@ -994,7 +994,8 @@
              '(EXPERIMENTAL)')),
          ] + commands.dryrunopts + commands.templateopts + commands.walkopts,
          _('hg absorb [OPTION] [FILE]...'),
-         helpcategory=command.CATEGORY_COMMITTING)
+         helpcategory=command.CATEGORY_COMMITTING,
+         helpbasic=True)
 def absorbcmd(ui, repo, *pats, **opts):
     """incorporate corrections into the stack of draft changesets