chiark / gitweb /
Fix config caching so that get, set, get works
authorKarl Hasselström <kha@treskal.com>
Mon, 21 May 2007 20:58:38 +0000 (21:58 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Mon, 21 May 2007 20:59:28 +0000 (21:59 +0100)
commit8591add961238ffbf0458c66593b642c9764219c
treeae5a24bd8b037618c82d5c59fe052079997f002a
parente46f1350a9284095b239ce3568a2fe61149c7391
Fix config caching so that get, set, get works

The config caching was never invalidated or updated, which caused the
two gets to always return the same value regardless of the value
passed to set.

Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/config.py