hgext/sparse.py
changeset 43087 66f2cc210a29
parent 43077 687b865b95ad
child 43506 9f70512ae2cf
equal deleted inserted replaced
43086:bbcbb82e3589 43087:66f2cc210a29
    72 """
    72 """
    73 
    73 
    74 from __future__ import absolute_import
    74 from __future__ import absolute_import
    75 
    75 
    76 from mercurial.i18n import _
    76 from mercurial.i18n import _
       
    77 from mercurial.pycompat import setattr
    77 from mercurial import (
    78 from mercurial import (
    78     commands,
    79     commands,
    79     dirstate,
    80     dirstate,
    80     error,
    81     error,
    81     extensions,
    82     extensions,