mercurial/crecord.py
changeset 41417 5c73441a47e5
parent 40422 7e4ffe2719e4
child 41535 7a90ff8cd14c
--- a/mercurial/crecord.py	Sat Jan 26 15:52:37 2019 -0800
+++ b/mercurial/crecord.py	Sat Jan 26 16:45:25 2019 -0800
@@ -487,7 +487,7 @@
         return getattr(self._hunk, name)
 
     def __repr__(self):
-        return '<hunk %r@%d>' % (self.filename(), self.fromline)
+        return r'<hunk %r@%d>' % (self.filename(), self.fromline)
 
 def filterpatch(ui, chunks, chunkselector, operation=None):
     """interactively filter patch chunks into applied-only chunks"""