gitstats: Allow specifying True, False, or None on the command line
commitf3b982e4e056277c7f49537f7e09b9a299988eb3
authorSverre Rabbelier <sverre@rabbelier.nl>
Mon, 14 Jul 2008 22:22:51 +0000 (15 00:22 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Mon, 14 Jul 2008 22:22:51 +0000 (15 00:22 +0200)
treef068ca07ba52bfb838c257b27e0bcc327cb09bc1
parent9a69de496a961ed4ad297aa8ad87a2eefae80c49
gitstats: Allow specifying True, False, or None on the command line

This teaches parse.py to translate True, False, and None
into the actual Python objects for the new type 'bool'.
src/git_stats/parse.py