diff hgext/commitextras.py @ 33562:3cfabb6cfd51

commitextras: mark the extension as ADVANCED
author Pulkit Goyal <7895pulkit@gmail.com>
date Tue, 18 Jul 2017 00:10:44 +0530
parents a6af8560494e
children 27fbca750b4d
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