Mercurial > hg
log tests/test-ui-verbosity.py @ 46113:59fa3890d40a
age | author | description |
---|---|---|
Sun, 06 Oct 2019 09:45:02 -0400 | Augie Fackler | formatting: blacken the codebase |
Fri, 27 Apr 2018 13:09:19 -0400 | Augie Fackler | tests: port test-ui-verbosity.py to Python 3 |
Sun, 18 Feb 2018 18:22:15 +0530 | Pulkit Goyal | py3: use range instead of xrange on py3 in tests/test-ui-verbosity.py |
Sat, 22 Oct 2016 14:35:10 +0900 | Yuya Nishihara | ui: factor out ui.load() to create a ui without loading configs (API) |
Tue, 05 Apr 2016 23:35:45 +0900 | Yuya Nishihara | tests: alias ui as uimod in test-revlog-ancestry/test-ui-verbosity |
Tue, 29 Mar 2016 16:29:21 +0530 | Pulkit Goyal | py3: make test-ui-verbosity use absolute_import |
Tue, 29 Mar 2016 16:27:01 +0530 | Pulkit Goyal | py3: make test-ui-verbosity use print_function |