Make parsing config file sections symmetric
authorGuido Günther <agx@sigxcpu.org>
Sun, 5 Jan 2014 14:41:44 +0000 (15:41 +0100)
committerGuido Günther <agx@sigxcpu.org>
Sun, 5 Jan 2014 14:41:44 +0000 (15:41 +0100)
commit7b1eaddb8b2d5193db078785ca4730d287bb2809
tree41382f85854d483c5bb5ae2b35bd26dccb15368c
parent7c64575a685edaa4962c811d9d9321a615e7d22a
Make parsing config file sections symmetric

Always read the legacy command's config file section prior to the
subcommand's config file section.

Until now 'gbp <subcommand>' would read '[subcommand]' as well as
'[gbp-<subcommand>]' sections while 'gbp-<subcommand>' would only read
'[gbp-<subcommand>]' sections.

Closes: #733759
gbp/config.py