comparison 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
comparison
equal deleted inserted replaced
33561:2893face0af5 33562:3cfabb6cfd51
3 # Copyright 2013 Facebook, Inc. 3 # Copyright 2013 Facebook, Inc.
4 # 4 #
5 # This software may be used and distributed according to the terms of the 5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version. 6 # GNU General Public License version 2 or any later version.
7 7
8 '''adds a new flag extras to commit''' 8 '''adds a new flag extras to commit (ADVANCED)'''
9 9
10 from __future__ import absolute_import 10 from __future__ import absolute_import
11 11
12 from mercurial.i18n import _ 12 from mercurial.i18n import _
13 from mercurial import ( 13 from mercurial import (