changeset 36705 | c6901665cd5b |
parent 36704 | 470df8c5b781 |
child 36721 | 981f328d6d16 |
--- a/mercurial/context.py Sun Mar 04 22:40:08 2018 +0530 +++ b/mercurial/context.py Sun Mar 04 22:40:33 2018 +0530 @@ -748,7 +748,7 @@ __str__ = encoding.strmethod(__bytes__) def __repr__(self): - return "<%s %s>" % (type(self).__name__, str(self)) + return r"<%s %s>" % (type(self).__name__, str(self)) def __hash__(self): try: