diff -r 9c6473d2038b -r c303d65d2e34 hgext/histedit.py --- 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