Show More
@@ -599,7 +599,8 b' class obsstore(object):' | |||||
599 | if len(succ) != 20: |
|
599 | if len(succ) != 20: | |
600 | raise ValueError(succ) |
|
600 | raise ValueError(succ) | |
601 | if prec in succs: |
|
601 | if prec in succs: | |
602 | raise ValueError(_('in-marker cycle with %s') % node.hex(prec)) |
|
602 | raise ValueError( | |
|
603 | pycompat.sysstr(_('in-marker cycle with %s') % node.hex(prec))) | |||
603 |
|
604 | |||
604 | metadata = tuple(sorted(metadata.iteritems())) |
|
605 | metadata = tuple(sorted(metadata.iteritems())) | |
605 | for k, v in metadata: |
|
606 | for k, v in metadata: |
General Comments 0
You need to be logged in to leave comments.
Login now