hgext/share.py
changeset 40293 c303d65d2e34
parent 36159 0fe7e39dc683
child 42325 526750cdd02d
--- a/hgext/share.py	Fri Oct 12 17:57:36 2018 +0200
+++ b/hgext/share.py	Sat Oct 13 02:17:41 2018 -0700
@@ -67,6 +67,7 @@
                               '(EXPERIMENTAL)')),
     ],
     _('[-U] [-B] SOURCE [DEST]'),
+    helpcategory=command.CATEGORY_REPO_CREATION,
     norepo=True)
 def share(ui, source, dest=None, noupdate=False, bookmarks=False,
           relative=False):
@@ -91,7 +92,7 @@
              bookmarks=bookmarks, relative=relative)
     return 0
 
-@command('unshare', [], '')
+@command('unshare', [], '', helpcategory=command.CATEGORY_MAINTENANCE)
 def unshare(ui, repo):
     """convert a shared repository to a normal one