hgext/lfs/wrapper.py
changeset 43089 c59eb1560c44
parent 43087 66f2cc210a29
child 43105 649d3ac37a12
equal deleted inserted replaced
43088:0d612db7047c 43089:c59eb1560c44
     9 
     9 
    10 import hashlib
    10 import hashlib
    11 
    11 
    12 from mercurial.i18n import _
    12 from mercurial.i18n import _
    13 from mercurial.node import bin, hex, nullid, short
    13 from mercurial.node import bin, hex, nullid, short
    14 from mercurial.pycompat import setattr
    14 from mercurial.pycompat import (
       
    15     getattr,
       
    16     setattr,
       
    17 )
    15 
    18 
    16 from mercurial import (
    19 from mercurial import (
    17     bundle2,
    20     bundle2,
    18     changegroup,
    21     changegroup,
    19     cmdutil,
    22     cmdutil,