[PATCH 1 of 2] commitextras: mark the extension as ADVANCED

Pulkit Goyal 7895pulkit at gmail.com
Tue Jul 18 12:18:10 UTC 2017


# HG changeset patch
# User Pulkit Goyal <7895pulkit at gmail.com>
# Date 1500316844 -19800
#      Tue Jul 18 00:10:44 2017 +0530
# Node ID 64137cfad7e30a459bc7fa5b6fc0e8757a6add8e
# Parent  85ea5d801b1fb2b26d99fd3604a6a97abd4f7b0b
# EXP-Topic fbext
commitextras: mark the extension as ADVANCED

diff --git a/hgext/commitextras.py b/hgext/commitextras.py
--- a/hgext/commitextras.py
+++ b/hgext/commitextras.py
@@ -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
 
diff --git a/tests/test-help.t b/tests/test-help.t
--- a/tests/test-help.t
+++ b/tests/test-help.t
@@ -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


More information about the Mercurial-devel mailing list