log tests/test-walkrepo.py @ 44104:1fbc38b4df97 draft default tip glob

age author description
2018-04-27 Augie Fackler tests: port test-walkrepo.py to Python 3
2016-10-22 Yuya Nishihara ui: factor out ui.load() to create a ui without loading configs (API)
2016-04-03 Yuya Nishihara tests: alias ui as uimod in test-walkrepo
2016-03-29 Pulkit Goyal py3: make test-walkrepo use print_function
2015-12-07 Gregory Szorc tests: use absolute_import in test-walkrepo
2014-12-11 Enrique A. Tobis tests: fix a typo in test-walkrepos.py
2012-05-12 Brodie Rao cleanup: "not x in y" -> "x not in y"
2012-05-12 Brodie Rao cleanup: eradicate long lines
2012-03-31 Matt Mackall tests: make test-walkrepo use hg's symlink test stable
2011-07-25 Augie Fackler tests: use getattr instead of hasattr
2011-04-21 Adrian Buehlmann move walkrepos from util to scmutil
2009-05-30 Martin Geisler removed unused imports
2009-04-21 Martin Geisler util: use built-in set and frozenset
2008-12-09 Patrick Mezard Merge with crew-stable
2008-12-09 Patrick Mezard util: disable walkrepo() recursive behaviour
2008-12-08 Benoit Allard tests: test-walkrepo shouldn't throw SystemExit
2008-10-22 Benoit Allard hgwebdir: show nested repositories (issue1336)
2008-03-21 Eric Hopper test: Add tests for webdir symlinks and walkrepos.