changeset 16689 | f366d4c2ff34 |
parent 16686 | 67964cda8701 |
child 16925 | eaf6a6d7f015 |
--- a/hgext/convert/convcmd.py Sat May 12 16:02:45 2012 +0200 +++ b/hgext/convert/convcmd.py Sat May 12 16:02:46 2012 +0200 @@ -462,7 +462,7 @@ if not revmapfile: try: revmapfile = destc.revmapfile() - except: + except Exception: revmapfile = os.path.join(destc, "map") c = converter(ui, srcc, destc, revmapfile, opts)