Allow specifying True, False, or None on the command line
commit4ecee5a1be7547364ffd4177322bb1ab7f42bb1a
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)
treece559aa83969ec0230e2ce0dba4dd253e64efca2
parent3280a947bd3099b963dced15e1e3d36698951e30
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