Commit 2c227b8b33b8179feb056e60b7c1502b9c4fcd4b

nulltoken 2012-06-22T00:02:23

repository: fix configuration updating issue while reinitialization When the repository was reinitialized, every configuration change in repo_init_config() was directly performed against the file on the filesystem. However, a previous version of the configuration had previously been loaded in memory and attached to the repository, in repo_init_reinit(). The repository was unaware of the change and the stale cached version of the configuration never refreshed.