mercurial/obsolete.py
changeset 40255 4f1f024353ae
parent 40164 fee616937ef3
child 40514 6e2a24550b7e
--- a/mercurial/obsolete.py	Fri Oct 12 19:25:08 2018 +0200
+++ b/mercurial/obsolete.py	Fri Oct 12 16:51:11 2018 +0200
@@ -600,7 +600,7 @@
                 raise ValueError(succ)
         if prec in succs:
             raise ValueError(
-                pycompat.sysstr(_('in-marker cycle with %s') % node.hex(prec)))
+                r'in-marker cycle with %s' % pycompat.sysstr(node.hex(prec)))
 
         metadata = tuple(sorted(metadata.iteritems()))
         for k, v in metadata: