Mercurial > public > mercurial-scm > hg
comparison tests/test-ui-config.py @ 12865:4c50552fc9bc stable
*: kill all unnecessary shebangs.
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Tue, 26 Oct 2010 12:18:39 +0200 |
parents | ef7636efeb01 |
children | fa2b596db182 |
comparison
equal
deleted
inserted
replaced
12864:ef0b8b1bcd63 | 12865:4c50552fc9bc |
---|---|
1 #!/usr/bin/env python | |
2 | |
3 from mercurial import ui, dispatch, error | 1 from mercurial import ui, dispatch, error |
4 | 2 |
5 testui = ui.ui() | 3 testui = ui.ui() |
6 parsed = dispatch._parseconfig(testui, [ | 4 parsed = dispatch._parseconfig(testui, [ |
7 'values.string=string value', | 5 'values.string=string value', |