# HG changeset patch # User Jeff Hammel # Date 1354663711 28800 # Node ID f0bca08e296a6851df5b14f48e8ef951861d8d90 # Parent 8c8a223e4df2421fd50f137e40d93b9d0839b190 start looking for config file diff -r 8c8a223e4df2 -r f0bca08e296a mozillatry.py --- a/mozillatry.py Tue Dec 04 15:13:26 2012 -0800 +++ b/mozillatry.py Tue Dec 04 15:28:31 2012 -0800 @@ -77,7 +77,7 @@ usage = '%prog [options] patch <...>' load_help = 'load from config file' if os.path.exists(os.path.expanduser(default_config_file)): - usage += ' [DEFAULT: %s]' % default_config_file + load_help += ' [DEFAULT: %s]' % default_config_file options = {'opt': {'default': True, 'help': "whether to try on opt builds"}, 'debug': {'default': True,