mercurial/verify.py
changeset 25627 9573d8f346f1
parent 24481 dded1eeeff64
child 25653 9d1e04f5dca7
--- a/mercurial/verify.py	Fri Jun 19 11:07:15 2015 -0700
+++ b/mercurial/verify.py	Fri Jun 19 12:00:06 2015 -0500
@@ -244,7 +244,7 @@
             try:
                 storefiles.remove(ff)
             except KeyError:
-                err(lr, _("missing revlog!"), ff)
+                warn(_(" warning: revlog '%s' not in fncache!") % ff)
 
         checklog(fl, f, lr)
         seen = {}