mercurial/match.py
changeset 8678 43598055bae8
parent 8613 4dea46d4e3f8
child 8680 b6511055d37b
--- a/mercurial/match.py	Sun May 31 17:54:18 2009 -0500
+++ b/mercurial/match.py	Sun May 31 17:54:18 2009 -0500
@@ -81,6 +81,13 @@
         for f in self._files:
             yield f
     def bad(self, f, msg):
+        '''callback for each explicit file that can't be
+        found/accessed, with an error message
+
+        return True to keep file in results, False to discard
+
+        default behavior is to silently keep
+        '''
         return True
     def dir(self, f):
         pass