Show More
@@ -411,6 +411,8 b' class revlog:' | |||||
411 |
|
411 | |||
412 | # retrieve the parent revision of the delta chain |
|
412 | # retrieve the parent revision of the delta chain | |
413 | chain = data[24:44] |
|
413 | chain = data[24:44] | |
|
414 | if not chain in self.nodemap: | |||
|
415 | raise "unknown base %s" % short(chain[:4]) | |||
414 |
|
416 | |||
415 | # track the base of the current delta log |
|
417 | # track the base of the current delta log | |
416 | r = self.count() |
|
418 | r = self.count() |
General Comments 0
You need to be logged in to leave comments.
Login now