mercurial/cmdutil.py
changeset 8680 b6511055d37b
parent 8614 573734e7e6d0
child 8707 0550dfe4fca1
--- a/mercurial/cmdutil.py	Sun May 31 17:54:18 2009 -0500
+++ b/mercurial/cmdutil.py	Sun May 31 17:54:18 2009 -0500
@@ -256,7 +256,6 @@
                     opts.get('include'), opts.get('exclude'), default)
     def badfn(f, msg):
         repo.ui.warn("%s: %s\n" % (m.rel(f), msg))
-        return False
     m.bad = badfn
     return m