mercurial/cmdutil.py
changeset 14004 97ed99d1f419
parent 13972 d1f4e7fd970a
child 14064 e4bfb9c337f3
--- a/mercurial/cmdutil.py	Sun Apr 24 17:52:46 2011 -0500
+++ b/mercurial/cmdutil.py	Sat Apr 23 00:51:25 2011 +0300
@@ -293,7 +293,7 @@
         good = True
         try:
             audit_path(abs)
-        except:
+        except (OSError, util.Abort):
             good = False
         rel = m.rel(abs)
         exact = m.exact(abs)