hgext/automv.py
changeset 48875 6000f5b25c9b
parent 45942 89a2afe31e82
child 50043 5cfc48354d0f
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    22 # explicitly marked moves.  Together, 80% of moved files are 95% similar or
    22 # explicitly marked moves.  Together, 80% of moved files are 95% similar or
    23 # more.
    23 # more.
    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
       
    28 
    27 
    29 from mercurial.i18n import _
    28 from mercurial.i18n import _
    30 from mercurial import (
    29 from mercurial import (
    31     commands,
    30     commands,
    32     copies,
    31     copies,