# HG changeset patch # User Chris Cannam # Date 1309274562 -3600 # Node ID ff6252986354d093e625f94e4703b57791e8b378 # Parent 66ec8b2ee9461e64530d0445419cac372306cb72 Minor fixes from OS/X test diff -r 66ec8b2ee946 -r ff6252986354 easyhg.pro --- a/easyhg.pro Tue Jun 28 15:59:13 2011 +0100 +++ b/easyhg.pro Tue Jun 28 16:22:42 2011 +0100 @@ -4,9 +4,6 @@ TEMPLATE = app TARGET = EasyMercurial -QMAKE_CXX = clang++ -QMAKE_LINK = clang++ - # We use the 10.4 SDK and Carbon for all 32-bit OS/X, # and 10.6 with Cocoa for all 64-bit macx-g++40 { diff -r 66ec8b2ee946 -r ff6252986354 easyhg.py --- 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