hgext/amend.py
changeset 40293 c303d65d2e34
parent 34970 3e549546a6e9
child 41125 126101284e04
--- a/hgext/amend.py	Fri Oct 12 17:57:36 2018 +0200
+++ b/hgext/amend.py	Sat Oct 13 02:17:41 2018 -0700
@@ -38,6 +38,7 @@
      ('n', 'note', '', _('store a note on the amend')),
     ] + cmdutil.walkopts + cmdutil.commitopts + cmdutil.commitopts2,
     _('[OPTION]... [FILE]...'),
+    helpcategory=command.CATEGORY_COMMITTING,
     inferrepo=True)
 def amend(ui, repo, *pats, **opts):
     """amend the working copy parent with all or specified outstanding changes