# HG changeset patch # User Jeff Hammel # Date 1354835761 28800 # Node ID 328e88120fc2a7ff5555e82fdb9f1d150a5d416f # Parent 7ca5d9a3b1576e2ad651651237cb7ac9e1bede89 change default config file path to just .mozutils diff -r 7ca5d9a3b157 -r 328e88120fc2 mozillatry.py --- a/mozillatry.py Tue Dec 04 16:50:20 2012 -0800 +++ b/mozillatry.py Thu Dec 06 15:16:01 2012 -0800 @@ -73,7 +73,7 @@ class MozillaTryConfiguration(configuration.Configuration): - default_config_file = os.path.join('~', '.mozutils.yaml') + default_config_file = os.path.join('~', '.mozutils') usage = '%prog [options] patch <...>' load_help = 'load from config file' if os.path.exists(os.path.expanduser(default_config_file)):