Show More
@@ -369,7 +369,7 b' class localrepository(repo.repository):' | |||
|
369 | 369 | if not (lrev < self.changelog.count() and |
|
370 | 370 | self.changelog.node(lrev) == last): # sanity check |
|
371 | 371 | # invalidate the cache |
|
372 |
raise ValueError(' |
|
|
372 | raise ValueError('invalidating branch cache (tip differs)') | |
|
373 | 373 | for l in lines: |
|
374 | 374 | if not l: continue |
|
375 | 375 | node, label = l.split(" ", 1) |
General Comments 0
You need to be logged in to leave comments.
Login now