##// END OF EJS Templates
More useful message on broken addgroup chain
mpm@selenic.com -
r84:b2e35281 default
parent child Browse files
Show More
@@ -411,6 +411,8 b' class revlog:'
411 411
412 412 # retrieve the parent revision of the delta chain
413 413 chain = data[24:44]
414 if not chain in self.nodemap:
415 raise "unknown base %s" % short(chain[:4])
414 416
415 417 # track the base of the current delta log
416 418 r = self.count()
General Comments 0
You need to be logged in to leave comments. Login now