mercurial/context.py
branchstable
changeset 12067 a4fbbe0fbc38
parent 12030 927d63be166b
child 12070 fddacca3202e
child 12344 b6173aee4a47
--- a/mercurial/context.py	Thu Aug 26 23:11:03 2010 +0200
+++ b/mercurial/context.py	Sun Aug 29 22:37:58 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):