diff -r 151cc3b3d799 -r df448de7cf3b mercurial/dirstate.py --- a/mercurial/dirstate.py Sat Aug 13 12:18:58 2016 +0900 +++ b/mercurial/dirstate.py Sat Aug 13 12:23:56 2016 +0900 @@ -19,14 +19,16 @@ encoding, error, match as matchmod, - parsers, pathutil, + policy, pycompat, scmutil, txnutil, util, ) +parsers = policy.importmod(r'parsers') + propertycache = util.propertycache filecache = scmutil.filecache _rangemask = 0x7fffffff