mercurial/dirstatemap.py
changeset 48221 a32a96079e2d
parent 48220 e7b5e8ba7cab
child 48223 b4f83c9e7905
--- a/mercurial/dirstatemap.py	Fri Oct 08 13:15:22 2021 +0200
+++ b/mercurial/dirstatemap.py	Sun Oct 03 13:18:03 2021 +0200
@@ -20,6 +20,7 @@
 
 from .dirstateutils import (
     docket as docketmod,
+    v2,
 )
 
 parsers = policy.importmod('parsers')