Mercurial > hg > mercurial-source
comparison tests/test-ui-config.out @ 4729:9881abfc0e44
Catch illegal boolean values in hgrc nicely.
With hg 0.9.3 the section and parameter name wasn't printed,
with hg 0.9.4 there was a traceback for ValueError.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Tue, 26 Jun 2007 20:37:15 +0200 |
parents | 3fef134832d8 |
children | fca54469480e |
comparison
equal
deleted
inserted
replaced
4728:7bb5bcb089e3 | 4729:9881abfc0e44 |
---|---|
6 'string value' | 6 'string value' |
7 'true' | 7 'true' |
8 'false' | 8 'false' |
9 None | 9 None |
10 --- | 10 --- |
11 Error in configuration section [values] parameter 'string': | |
11 Not a boolean: string value | 12 Not a boolean: string value |
12 True | 13 True |
13 False | 14 False |
14 False | 15 False |
15 False | 16 False |