mercurial/dirstate.py
changeset 51135 88ef80210d67
parent 51069 a63e1f7987a7
child 51273 79cd29d598af
--- a/mercurial/dirstate.py	Wed Nov 08 22:08:05 2023 +0100
+++ b/mercurial/dirstate.py	Wed Nov 08 22:10:26 2023 +0100
@@ -408,16 +408,6 @@
         """
         return self._changing_level > 0
 
-    def pendingparentchange(self):
-        return self.is_changing_parent()
-
-    def is_changing_parent(self):
-        """Returns true if the dirstate is in the middle of a set of changes
-        that modify the dirstate parent.
-        """
-        self._ui.deprecwarn(b"dirstate.is_changing_parents", b"6.5")
-        return self.is_changing_parents
-
     @property
     def is_changing_parents(self):
         """Returns true if the dirstate is in the middle of a set of changes