# HG changeset patch # User Bradley M. Kuhn # Date 1404342321 14400 # Node ID 7436b88cbd898bfe9da8d541846a37dc54080dfd # Parent a540f7e69c82825d79f812a60352e56d674e0201 Rename rhodecode_instanceid to instance_id diff -r a540f7e69c82 -r 7436b88cbd89 kallithea/lib/base.py --- a/kallithea/lib/base.py Wed Jul 02 19:05:15 2014 -0400 +++ b/kallithea/lib/base.py Wed Jul 02 19:05:21 2014 -0400 @@ -307,7 +307,7 @@ c.visual.allow_repo_location_change = str2bool(config.get('allow_repo_location_change', True)) c.visual.allow_custom_hooks_settings = str2bool(config.get('allow_custom_hooks_settings', True)) - c.rhodecode_instanceid = config.get('instance_id') + c.instance_id = config.get('instance_id') c.issues_url = config.get('bugtracker', url('issues_url')) # END CONFIG VARS diff -r a540f7e69c82 -r 7436b88cbd89 kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html Wed Jul 02 19:05:15 2014 -0400 +++ b/kallithea/templates/base/base.html Wed Jul 02 19:05:21 2014 -0400 @@ -34,7 +34,7 @@