hgext/sparse.py
changeset 50929 18c8c18993f0
parent 50792 54d3a6dc2426
child 51300 fa87eeeb10ca
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
    71   tools/tests/**
    71   tools/tests/**
    72 """
    72 """
    73 
    73 
    74 
    74 
    75 from mercurial.i18n import _
    75 from mercurial.i18n import _
    76 from mercurial.pycompat import setattr
       
    77 from mercurial import (
    76 from mercurial import (
    78     cmdutil,
    77     cmdutil,
    79     commands,
    78     commands,
    80     error,
    79     error,
    81     extensions,
    80     extensions,