mercurial/interfaces/dirstate.py
changeset 47280 1766130fe9ba
parent 47012 d55b71393907
child 47539 84391ddf4c78
--- a/mercurial/interfaces/dirstate.py	Wed May 19 13:15:00 2021 +0200
+++ b/mercurial/interfaces/dirstate.py	Wed May 19 13:15:00 2021 +0200
@@ -6,7 +6,15 @@
 
 
 class idirstate(interfaceutil.Interface):
-    def __init__(opener, ui, root, validate, sparsematchfn, nodeconstants):
+    def __init__(
+        opener,
+        ui,
+        root,
+        validate,
+        sparsematchfn,
+        nodeconstants,
+        use_dirstate_v2,
+    ):
         """Create a new dirstate object.
 
         opener is an open()-like callable that can be used to open the