mercurial/pure/parsers.py
changeset 47686 e43128ee436f
parent 47685 265cdfaad372
child 47890 3853e6ee160d
--- a/mercurial/pure/parsers.py	Wed Jul 14 21:59:18 2021 +0200
+++ b/mercurial/pure/parsers.py	Wed Jul 14 22:06:13 2021 +0200
@@ -195,6 +195,14 @@
         """
         return self.state != b'n' or self.mtime == AMBIGUOUS_TIME
 
+    @property
+    def dm_otherparent(self):
+        """True is the entry is `otherparent` in the dirstatemap sense
+
+        There is no reason for any code, but the dirstatemap one to use this.
+        """
+        return self._size == FROM_P2
+
     def v1_state(self):
         """return a "state" suitable for v1 serialization"""
         return self._state