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.
Added test for earlygetopt fixes (
36d23de02da1 and
79cc512a34ed)
Fix earlygetop for short options with unnecessary spaces removed
Examples:
hg log -qR foo
hg log -Rfoo
hg log -qRfoo
Added tag 0.9.4 for changeset
fb4b6d5fe100