hg
changeset 74 401e18c95ad3
parent 70 ce080e8eccd7
child 79 837d473d54d5
--- a/hg	Mon May 16 22:10:02 2005 -0800
+++ b/hg	Tue May 17 00:30:01 2005 -0800
@@ -112,7 +112,7 @@
 else:
     try:
         repo = hg.repository(ui=ui)
-    except:
+    except IOError:
         print "Unable to open repository"
         sys.exit(0)