comparison test.ini @ 1366:9c0f5d558789 beta

fixes #200, rewrote the whole caching mechanism to get rid of such problems. Now cached instances are attached to db repository instance, and then fetched from cache. Also made all current test work.
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 07 Jun 2011 17:58:51 +0200
parents f4254d4cc5ca
children 66f03a87141c
comparison
equal deleted inserted replaced
1365:cd865113423e 1366:9c0f5d558789
5 # The %(here)s variable will be replaced with the parent directory of this file# 5 # The %(here)s variable will be replaced with the parent directory of this file#
6 ################################################################################ 6 ################################################################################
7 7
8 [DEFAULT] 8 [DEFAULT]
9 debug = true 9 debug = true
10 pdebug = false
10 ################################################################################ 11 ################################################################################
11 ## Uncomment and replace with the address which should receive ## 12 ## Uncomment and replace with the address which should receive ##
12 ## any error reports after application crash ## 13 ## any error reports after application crash ##
13 ## Additionally those settings will be used by RhodeCode mailing system ## 14 ## Additionally those settings will be used by RhodeCode mailing system ##
14 ################################################################################ 15 ################################################################################