##// END OF EJS Templates
store: recommend using `hg debugrebuildfncache` is fncache is corrupted...
Pulkit Goyal -
r42156:3e7cfa17 default
parent child Browse files
Show More
@@ -482,7 +482,9 b' 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