hgext/convert/git.py
changeset 16689 f366d4c2ff34
parent 16687 e34106fa0dc3
child 17929 0eed66327ad4
--- a/hgext/convert/git.py	Sat May 12 16:02:45 2012 +0200
+++ b/hgext/convert/git.py	Sat May 12 16:02:46 2012 +0200
@@ -211,7 +211,7 @@
                         continue
                     name = '%s%s' % (reftype, name[prefixlen:])
                     bookmarks[name] = rev
-            except:
+            except Exception:
                 pass
 
         return bookmarks