diff easyhg.py @ 445:ff6252986354

Minor fixes from OS/X test
author Chris Cannam
date Tue, 28 Jun 2011 16:22:42 +0100
parents 66ec8b2ee946
children f72cad3baa34
line wrap: on
line diff
--- a/easyhg.py	Tue Jun 28 15:59:13 2011 +0100
+++ b/easyhg.py	Tue Jun 28 16:22:42 2011 +0100
@@ -58,6 +58,7 @@
     import ConfigParser # Mercurial version won't write files
     import base64
 except ImportError:
+    print "EasyHg: Failed to import required modules for authfile support"
     easyhg_authfile_imports_ok = False