mercurial/context.py
changeset 12070 fddacca3202e
parent 12031 77bbeafd7519
parent 12067 a4fbbe0fbc38
child 12270 166b9866580a
--- a/mercurial/context.py	Sat Aug 28 23:57:39 2010 +0200
+++ b/mercurial/context.py	Sun Aug 29 22:55:37 2010 +0200
@@ -198,7 +198,7 @@
             if match(fn):
                 yield fn
         for fn in sorted(fset):
-            if match.bad(fn, _('No such file in rev %s') % self) and match(fn):
+            if match.bad(fn, _('no such file in rev %s') % self) and match(fn):
                 yield fn
 
     def sub(self, path):