diff -r ea0902e3128e -r 9573d8f346f1 mercurial/verify.py --- 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 = {}