- 21 Jul, 2020 1 commit
-
-
Manuel Jacob authored
Nosetests treats both the same way. Pytest only understands `setup_module()`. In addition, one `teardown()` was renamed to `teardown_module()`.
-
- 05 May, 2019 1 commit
-
-
Matt Harbison authored
Flagged by PyCharm.
-
- 23 Mar, 2019 1 commit
-
-
Matt Harbison authored
This used `2to3 -w -n -f except .`, fixed an extra parenthesis in bugreport.py, and a commented out clause in pbranch.py.
-
- 31 Dec, 2016 1 commit
-
-
Yuya Nishihara authored
The following ui.ui() calls are not changed, which are obvious we don't want to load user settings: - version.liveversion() - doctests - error dialog called by thg and hgext3rd/thg.py I'm a little surprised that we still have lots of adhoc ui/repo instantiations.
-
- 31 Mar, 2014 1 commit
-
-
Hidetaka IWATA authored
-
- 24 Mar, 2014 1 commit
-
-
Hidetaka IWATA authored
add helper method to create repository with specified DAG DAG can be specified by log -G like text
-
- 22 Jun, 2014 1 commit
-
-
Hidetaka IWATA authored
[files="foo=>bar"] means "move foo to bar" [files="foo=>"] means "remove foo"
-