diff mercurial/context.py @ 12070:fddacca3202e

Merge with stable
author Martin Geisler <mg@lazybytes.net>
date Sun, 29 Aug 2010 22:55:37 +0200
parents 77bbeafd7519 a4fbbe0fbc38
children 166b9866580a
line wrap: on
line diff
--- 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):