Mercurial > hg
view tests/test-ui-config.out @ 5080:73fdc8bd3ed8
Update on pull -u when heads were closed (fixes issue666).
Patch written by Benoit Boissinot.
This should probably be improved in the future to handle long-living
branches, as joining two "other" heads will switch to that new head.
But this is not a new problem, as adding to the "other" head would have
switched to that new head, too.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Mon, 06 Aug 2007 20:25:50 +0200 |
parents | 9881abfc0e44 |
children | fca54469480e |
line wrap: on
line source
[('bool1', 'true'), ('bool2', 'false'), ('string', 'string value')] [('list1', 'foo'), ('list2', 'foo bar baz'), ('list3', 'alice, bob'), ('list4', 'foo bar baz alice, bob')] Error in configuration section [interpolation]: '%' must be followed by '%' or '(', found: '%bad2' --- 'string value' 'true' 'false' None --- Error in configuration section [values] parameter 'string': Not a boolean: string value True False False False True --- ['foo'] ['foo', 'bar', 'baz'] ['alice', 'bob'] ['foo', 'bar', 'baz', 'alice', 'bob'] ['foo', 'bar', 'baz', 'alice', 'bob'] [] [] ['foo'] ['foo'] ['foo', 'bar'] ['foo', 'bar'] ['foo bar'] ['foo', 'bar'] --- 'hallo' 'hallo world' Error in configuration section [interpolation] parameter 'value3': Bad value substitution: section: [interpolation] option : value3 key : novalue rawval : Error in configuration section [interpolation] parameter 'value4': bad interpolation variable reference '%(bad)1' Error in configuration section [interpolation] parameter 'value5': '%' must be followed by '%' or '(', found: '%bad2' --- No option 'Bar' in section: 'foo' f == function