hgext/factotum.py
changeset 50929 18c8c18993f0
parent 48875 6000f5b25c9b
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
    46 '''
    46 '''
    47 
    47 
    48 
    48 
    49 import os
    49 import os
    50 from mercurial.i18n import _
    50 from mercurial.i18n import _
    51 from mercurial.pycompat import setattr
       
    52 from mercurial.utils import procutil
    51 from mercurial.utils import procutil
    53 from mercurial import (
    52 from mercurial import (
    54     error,
    53     error,
    55     httpconnection,
    54     httpconnection,
    56     registrar,
    55     registrar,