mercurial/patch.py
changeset 43503 313e3a279828
parent 43166 a5b04863dbff
child 43506 9f70512ae2cf
--- a/mercurial/patch.py	Thu Nov 07 03:59:22 2019 -0800
+++ b/mercurial/patch.py	Thu Nov 07 13:18:19 2019 -0500
@@ -383,7 +383,7 @@
         return self._ispatchinga(afile) and self._ispatchingb(bfile)
 
     def __repr__(self):
-        return r"<patchmeta %s %r>" % (self.op, self.path)
+        return "<patchmeta %s %r>" % (self.op, self.path)
 
 
 def readgitpatch(lr):