hgext/commitextras.py
changeset 33562 3cfabb6cfd51
parent 33547 a6af8560494e
child 33602 27fbca750b4d
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 (