progress: stop double-wrapping of ui class
We were wrapping the ui class again and again (uisetup, reposetup, subrepo setup, remote repo setup, etc). We now avoid that. This has impact on tests that were double-printing data because of this.
Showing
- hgext/progress.py 9 additions, 7 deletionshgext/progress.py
- tests/test-archive.t 0 additions, 7 deletionstests/test-archive.t
- tests/test-debugbuilddag.t 0 additions, 17 deletionstests/test-debugbuilddag.t
- tests/test-patchbomb.t 0 additions, 7 deletionstests/test-patchbomb.t
- tests/test-subrepo-recursion.t 6 additions, 36 deletionstests/test-subrepo-recursion.t
Loading
Please register or sign in to comment