hgext/git/dirstate.py
changeset 50023 e1cff85484e2
parent 50022 e333cc169c45
child 50086 76d44983a398
--- a/hgext/git/dirstate.py	Mon Jan 30 19:21:34 2023 +0100
+++ b/hgext/git/dirstate.py	Thu Jan 26 15:50:45 2023 +0100
@@ -265,6 +265,11 @@
         # correctly stage/revert index edits.
         return False
 
+    def is_changing_any(self):
+        # TODO: we need to implement the context manager bits and
+        # correctly stage/revert index edits.
+        return False
+
     def write(self, tr):
         # TODO: call parent change callbacks