diff -r c093cc6e6c99 -r 313e3a279828 mercurial/patch.py --- 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"" % (self.op, self.path) + return "" % (self.op, self.path) def readgitpatch(lr):