mercurial/dirstate.py
changeset 32372 df448de7cf3b
parent 32352 b2de7fced2fa
child 32550 b98199a5c3e1
--- 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