hgext3rd/evolve/evolvecmd.py
changeset 4894 f9743b13de6d
parent 4857 86cdc5efd769
child 5000 8d38ad9c044f
--- a/hgext3rd/evolve/evolvecmd.py	Thu Oct 10 08:22:41 2019 +0700
+++ b/hgext3rd/evolve/evolvecmd.py	Sun Oct 06 02:30:12 2019 -0400
@@ -1505,7 +1505,8 @@
                               b' in the repo')),
      ] + mergetoolopts,
     _(b'[OPTIONS]...'),
-    helpbasic=True
+    helpbasic=True,
+    **compat.helpcategorykwargs('CATEGORY_CHANGE_MANAGEMENT')
 )
 def evolve(ui, repo, **opts):
     """solve troubled changesets in your repository