tests/test-ui-config.py
changeset 8656 284fda4cd093
parent 8449 807f3f5c60e9
child 10982 0a548640e012
equal deleted inserted replaced
8655:21688b8a594b 8656:284fda4cd093
     1 #!/usr/bin/env python
     1 #!/usr/bin/env python
     2 
     2 
     3 from mercurial import ui, util, dispatch, error
     3 from mercurial import ui, dispatch, error
     4 
     4 
     5 testui = ui.ui()
     5 testui = ui.ui()
     6 parsed = dispatch._parseconfig(testui, [
     6 parsed = dispatch._parseconfig(testui, [
     7     'values.string=string value',
     7     'values.string=string value',
     8     'values.bool1=true',
     8     'values.bool1=true',