log tests/test_diff.py @ 1590:40d8557d6aee

age author description
2015-07-08 Augie Fackler trying to fix progress output stable
2013-08-07 Dan Villiom Podlaski Christiansen tests: remove old test-loading infrastructure
2011-10-12 Yonggang Luo tests: avoid shadowing Python builtin all()
2011-10-12 Yonggang Luo globally: clean up whitespace around operators and commas to conform with PEP8
2010-07-14 Dan Villiom Podlaski Christiansen tests: improve import logic
2010-07-14 Dan Villiom Podlaski Christiansen tests: import test_util as the first module in all relevant tests
2009-05-22 Dan Villiom Podlaski Christiansen Remove the 'outgoing' wrapper, and use the Mercurial infrastructure instead.
2009-05-14 Augie Fackler Reorganize to have a more conventional module structure.
2009-05-15 Dan Villiom Podlaski Christiansen Switch to using url scheme wrappers instead of duplicating each command we wrap.
2009-04-11 Augie Fackler Move wrappers for hg commands to their own module.
2009-04-10 Augie Fackler Refactor commands to wrap their hg equivalent adding a --svn flag where sane.
2009-04-08 Dirkjan Ochtman Move diff to svncommands.
2008-12-23 Augie Fackler tests: Fix some missing suite definitions so that running the full testsuite
2008-12-12 Augie Fackler diff_cmd: more robust, add tests.