commitextras: mark the extension as ADVANCED
authorPulkit Goyal <7895pulkit@gmail.com>
Tue, 18 Jul 2017 00:10:44 +0530
changeset 33562 3cfabb6cfd51
parent 33561 2893face0af5
child 33563 da94a99df96b
commitextras: mark the extension as ADVANCED
hgext/commitextras.py
tests/test-help.t
--- a/hgext/commitextras.py	Tue Jul 18 07:19:26 2017 +0900
+++ b/hgext/commitextras.py	Tue Jul 18 00:10:44 2017 +0530
@@ -5,7 +5,7 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2 or any later version.
 
-'''adds a new flag extras to commit'''
+'''adds a new flag extras to commit (ADVANCED)'''
 
 from __future__ import absolute_import
 
--- a/tests/test-help.t	Tue Jul 18 07:19:26 2017 +0900
+++ b/tests/test-help.t	Tue Jul 18 00:10:44 2017 +0530
@@ -254,7 +254,6 @@
        censor        erase file content at a given revision
        churn         command to display statistics about repository history
        clonebundles  advertise pre-generated bundles to seed clones
-       commitextras  adds a new flag extras to commit
        convert       import revisions from foreign VCS repositories into
                      Mercurial
        eol           automatically manage newlines in repository files