hgext/histedit.py
changeset 40293 c303d65d2e34
parent 40029 e2697acd9381
child 40366 b14fdf1fb615
--- a/hgext/histedit.py	Fri Oct 12 17:57:36 2018 +0200
+++ b/hgext/histedit.py	Sat Oct 13 02:17:41 2018 -0700
@@ -929,7 +929,8 @@
       _('force outgoing even for unrelated repositories')),
      ('r', 'rev', [], _('first revision to be edited'), _('REV'))] +
     cmdutil.formatteropts,
-     _("[OPTIONS] ([ANCESTOR] | --outgoing [URL])"))
+     _("[OPTIONS] ([ANCESTOR] | --outgoing [URL])"),
+    helpcategory=command.CATEGORY_CHANGE_MANAGEMENT)
 def histedit(ui, repo, *freeargs, **opts):
     """interactively edit changeset history