hgext/amend.py
changeset 48875 6000f5b25c9b
parent 47428 54849b65dc5f
child 49772 e78a41686464
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     8 
     8 
     9 This extension provides an ``amend`` command that is similar to
     9 This extension provides an ``amend`` command that is similar to
    10 ``commit --amend`` but does not prompt an editor.
    10 ``commit --amend`` but does not prompt an editor.
    11 """
    11 """
    12 
    12 
    13 from __future__ import absolute_import
       
    14 
    13 
    15 from mercurial.i18n import _
    14 from mercurial.i18n import _
    16 from mercurial import (
    15 from mercurial import (
    17     cmdutil,
    16     cmdutil,
    18     commands,
    17     commands,