Show More
@@ -482,7 +482,9 class fncache(object): | |||||
482 | pass |
|
482 | pass | |
483 |
|
483 | |||
484 | if chunk: |
|
484 | if chunk: | |
485 |
raise error.Abort(_("fncache does not ends with a newline") |
|
485 | raise error.Abort(_("fncache does not ends with a newline"), | |
|
486 | hint=_("use 'hg debugrebuildfncache' to rebuild" | |||
|
487 | " the fncache")) | |||
486 | self._checkentries(fp) |
|
488 | self._checkentries(fp) | |
487 | fp.close() |
|
489 | fp.close() | |
488 |
|
490 |
General Comments 0
You need to be logged in to leave comments.
Login now