changeset 4181:e5cb0a4e061a kallithea-2.2.5-rebrand

Change command line tool config location to .config/kallithea
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:03:47 -0400
parents 08af8038e1cc
children 05cabd91f7c3
files .hgignore rhodecode/bin/base.py rhodecode/bin/rhodecode_gist.py
diffstat 3 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Wed Jul 02 19:03:47 2014 -0400
+++ b/.hgignore	Wed Jul 02 19:03:47 2014 -0400
@@ -23,5 +23,4 @@
 ^RhodeCode\.egg-info$
 ^rc.*\.ini$
 ^fabfile.py
-^\.rhodecode$
 ^\.idea$
--- a/rhodecode/bin/base.py	Wed Jul 02 19:03:47 2014 -0400
+++ b/rhodecode/bin/base.py	Wed Jul 02 19:03:47 2014 -0400
@@ -37,7 +37,7 @@
     except ImportError:
         import json
 
-CONFIG_NAME = '.rhodecode'
+CONFIG_NAME = '.config/kallithea'
 FORMAT_PRETTY = 'pretty'
 FORMAT_JSON = 'json'
 
--- a/rhodecode/bin/rhodecode_gist.py	Wed Jul 02 19:03:47 2014 -0400
+++ b/rhodecode/bin/rhodecode_gist.py	Wed Jul 02 19:03:47 2014 -0400
@@ -48,7 +48,7 @@
     group = parser.add_argument_group('config')
     group.add_argument('--apikey', help='api access key')
     group.add_argument('--apihost', help='api host')
-    group.add_argument('--config', help='config file path DEFAULT: ~/.rhodecode')
+    group.add_argument('--config', help='config file path DEFAULT: ~/.config/kallithea')
     group.add_argument('--save-config', action='store_true',
                        help='save the given config into a file')