hgext/lfs/wrapper.py
changeset 50929 18c8c18993f0
parent 50928 d718eddf01d9
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
     8 
     8 
     9 import hashlib
     9 import hashlib
    10 
    10 
    11 from mercurial.i18n import _
    11 from mercurial.i18n import _
    12 from mercurial.node import bin, hex, short
    12 from mercurial.node import bin, hex, short
    13 from mercurial.pycompat import (
       
    14     getattr,
       
    15     setattr,
       
    16 )
       
    17 
    13 
    18 from mercurial import (
    14 from mercurial import (
    19     bundle2,
    15     bundle2,
    20     changegroup,
    16     changegroup,
    21     cmdutil,
    17     cmdutil,