-
Committer:
James Westby
-
Date:
2007-06-18 20:39:06 UTC
-
mto:
(2562.1.1 jam-integration)
-
mto:
This revision was merged to the branch mainline in
revision
2563.
-
Revision ID:
jw+debian@jameswestby.net-20070618203906-atz57382qnf4sdc0
Fix TreeConfig to return values from sections.
  * TreeConfig would mistakenly search the top level when asked for options
    from a section. This patch makes it respect the section argument and only
    search the specified section.
  * It also adds some more tests, explicity testing the behavior for
    both keys that are present and absent in both sections and the top level,
    keys that are present in both, default values, and missing sections.