hgext/automv.py
changeset 29205 a0939666b836
parent 28183 e07daee83029
child 31599 e4aefdb58ebe
equal deleted inserted replaced
29204:ce2d81aafbae 29205:a0939666b836
    24 #
    24 #
    25 # See http://markmail.org/thread/5pxnljesvufvom57 for context.
    25 # See http://markmail.org/thread/5pxnljesvufvom57 for context.
    26 
    26 
    27 from __future__ import absolute_import
    27 from __future__ import absolute_import
    28 
    28 
       
    29 from mercurial.i18n import _
    29 from mercurial import (
    30 from mercurial import (
    30     commands,
    31     commands,
    31     copies,
    32     copies,
    32     error,
    33     error,
    33     extensions,
    34     extensions,
    34     scmutil,
    35     scmutil,
    35     similar
    36     similar
    36 )
    37 )
    37 from mercurial.i18n import _
       
    38 
    38 
    39 def extsetup(ui):
    39 def extsetup(ui):
    40     entry = extensions.wrapcommand(
    40     entry = extensions.wrapcommand(
    41         commands.table, 'commit', mvcheck)
    41         commands.table, 'commit', mvcheck)
    42     entry[1].append(
    42     entry[1].append(