mercurial/filemerge.py
changeset 44872 aa790f7c967a
parent 43846 d5ce99a6db52
child 45767 40411ad2f5d2
--- a/mercurial/filemerge.py	Thu May 28 16:17:28 2020 -0400
+++ b/mercurial/filemerge.py	Thu May 28 16:16:13 2020 -0400
@@ -98,6 +98,9 @@
         self._ctx = ctx
         self._f = f
 
+    def __bytes__(self):
+        return b'absent file %s@%s' % (self._f, self._ctx)
+
     def path(self):
         return self._f