hgext/absorb.py
changeset 40293 c303d65d2e34
parent 40210 8f192f2c4a1e
child 40295 fa88170c10bb
--- a/hgext/absorb.py	Fri Oct 12 17:57:36 2018 +0200
+++ b/hgext/absorb.py	Sat Oct 13 02:17:41 2018 -0700
@@ -993,7 +993,8 @@
            _('edit what lines belong to which changesets before commit '
              '(EXPERIMENTAL)')),
          ] + commands.dryrunopts + commands.templateopts + commands.walkopts,
-         _('hg absorb [OPTION] [FILE]...'))
+         _('hg absorb [OPTION] [FILE]...'),
+         helpcategory=command.CATEGORY_COMMITTING)
 def absorbcmd(ui, repo, *pats, **opts):
     """incorporate corrections into the stack of draft changesets