Mercurial > hg
view tests/test-ui-config.py.out @ 9411:8e6019b16a7d
extensions: pass ui arguement to extsetup if accepted
author | Simon Heimberg <simohe@besonet.ch> |
---|---|
date | Sun, 16 Aug 2009 00:41:24 +0200 |
parents | 807f3f5c60e9 |
children | 0a548640e012 |
line wrap: on
line source
[('string', 'string value'), ('bool1', 'true'), ('bool2', 'false')] [('list1', 'foo'), ('list2', 'foo bar baz'), ('list3', 'alice, bob'), ('list4', 'foo bar baz alice, bob')] --- 'string value' 'true' 'false' None --- values.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'] None True