hgext/git/dirstate.py
changeset 50022 e333cc169c45
parent 49961 7a8bfc05b691
child 50023 e1cff85484e2
--- a/hgext/git/dirstate.py	Thu Jan 26 15:50:36 2023 +0100
+++ b/hgext/git/dirstate.py	Mon Jan 30 19:21:34 2023 +0100
@@ -260,7 +260,7 @@
     # # TODO what the heck is this
     _filecache = set()
 
-    def pendingparentchange(self):
+    def is_changing_parents(self):
         # TODO: we need to implement the context manager bits and
         # correctly stage/revert index edits.
         return False