mercurial/verify.py
changeset 37410 a6651f5e2c78
parent 37302 00f18dd1d3d6
child 37417 76d2115cb817
--- a/mercurial/verify.py	Wed Apr 04 10:16:08 2018 -0700
+++ b/mercurial/verify.py	Wed Apr 04 13:43:52 2018 -0700
@@ -295,7 +295,7 @@
         if not dir and subdirnodes:
             ui.progress(_('checking'), None)
             for f in sorted(storefiles):
-                self.warn(_("warning: orphan revlog '%s'") % f)
+                self.warn(_("warning: orphan data file '%s'") % f)
 
         return filenodes
 
@@ -482,6 +482,6 @@
         ui.progress(_('checking'), None)
 
         for f in sorted(storefiles):
-            self.warn(_("warning: orphan revlog '%s'") % f)
+            self.warn(_("warning: orphan data file '%s'") % f)
 
         return len(files), revisions