##// END OF EJS Templates
obsolete: fix error message at marker creation...
Pierre-Yves David -
r17117:217bfb10 default
parent child Browse files
Show More
@@ -182,7 +182,7 b' class obsstore(object):'
182 raise ValueError(prec)
182 raise ValueError(prec)
183 for succ in succs:
183 for succ in succs:
184 if len(succ) != 20:
184 if len(succ) != 20:
185 raise ValueError(prec)
185 raise ValueError(succ)
186 marker = (str(prec), tuple(succs), int(flag), encodemeta(metadata))
186 marker = (str(prec), tuple(succs), int(flag), encodemeta(metadata))
187 self.add(marker)
187 self.add(marker)
188
188
General Comments 0
You need to be logged in to leave comments. Login now