mercurial/bundlerepo.py
changeset 14004 97ed99d1f419
parent 13826 e574207e3bcd
child 14073 72c84f24b420
--- a/mercurial/bundlerepo.py	Sun Apr 24 17:52:46 2011 -0500
+++ b/mercurial/bundlerepo.py	Sat Apr 23 00:51:25 2011 +0300
@@ -294,7 +294,7 @@
     if not incoming:
         try:
             os.unlink(bundlename)
-        except:
+        except OSError:
             pass
         return other, None, None, None