gitcfg: Support 'yes' and 'no' as valid booleans
commit1fefb8ac5436d64ed872dbc8eb86acaef1deb34f
authorDavid Aguilar <davvid@gmail.com>
Wed, 7 Apr 2010 10:25:22 +0000 (7 03:25 -0700)
committerDavid Aguilar <davvid@gmail.com>
Wed, 7 Apr 2010 10:25:22 +0000 (7 03:25 -0700)
treef14d30e234a3d7878f8f1862faf4b5723c89feed
parente9eb3aafa853f2ea340ca18dce8ca8cccb57f95f
gitcfg: Support 'yes' and 'no' as valid booleans

Careful reading of git-config(1) revealed a bug in our
implementation.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/gitcfg.py
test/test_cola_gitcfg.py