diff hg @ 74:401e18c95ad3

(none)
author mpm@selenic.com
date Tue, 17 May 2005 00:30:01 -0800
parents ce080e8eccd7
children 837d473d54d5
line wrap: on
line diff
--- 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)