Mercurial > mozilla > hg > MozillaTry
changeset 18:328e88120fc2
change default config file path to just .mozutils
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 06 Dec 2012 15:16:01 -0800 |
parents | 7ca5d9a3b157 |
children | 2d6b1a8a2b7d |
files | mozillatry.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <patch2> <...>' load_help = 'load from config file' if os.path.exists(os.path.expanduser(default_config_file)):