changeset 16689 | f366d4c2ff34 |
parent 16099 | 4e4c416a0b1f |
child 17424 | e7cfe3587ea4 |
--- a/hgext/convert/bzr.py Sat May 12 16:02:45 2012 +0200 +++ b/hgext/convert/bzr.py Sat May 12 16:02:46 2012 +0200 @@ -72,7 +72,7 @@ self.ui.warn(_('warning: lightweight checkouts may cause ' 'conversion failures, try with a regular ' 'branch instead.\n')) - except: + except Exception: self.ui.note(_('bzr source type could not be determined\n')) def before(self):