changeset 33562:3cfabb6cfd51

commitextras: mark the extension as ADVANCED
author Pulkit Goyal <7895pulkit@gmail.com>
date Tue, 18 Jul 2017 00:10:44 +0530
parents 2893face0af5
children da94a99df96b
files hgext/commitextras.py tests/test-help.t
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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