##// END OF EJS Templates
obsolete: don't translate internal error message...
Yuya Nishihara -
r40291:4f1f0243 default
parent child Browse files
Show More
@@ -600,7 +600,7 b' class obsstore(object):'
600 600 raise ValueError(succ)
601 601 if prec in succs:
602 602 raise ValueError(
603 pycompat.sysstr(_('in-marker cycle with %s') % node.hex(prec)))
603 r'in-marker cycle with %s' % pycompat.sysstr(node.hex(prec)))
604 604
605 605 metadata = tuple(sorted(metadata.iteritems()))
606 606 for k, v in metadata:
General Comments 0
You need to be logged in to leave comments. Login now