log tests/test_push_dirs.py @ 1586:6cc986fee28e

age author description
2013-08-09 Dan Villiom Podlaski Christiansen test_push_dirs: use stupid mode metaclass
2013-08-09 Dan Villiom Podlaski Christiansen push: obsolete rather than rebase & strip when enabled
2013-08-07 Dan Villiom Podlaski Christiansen tests: remove old test-loading infrastructure
2012-04-19 Patrick Mezard test_util: pass repo_path to svnls(), turn it into a function
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-10-02 Augie Fackler test_push_dirs: use common commit-building infrastructure
2010-09-23 Peter Arrenbrecht subvertpy: fix bug with pushing changes to stuff in subdirs
2010-09-23 Dan Villiom Podlaski Christiansen test_push_dirs.py: activate tests that were previously overlooked
2010-07-14 Dan Villiom Podlaski Christiansen tests: import test_util as the first module in all relevant tests
2009-05-08 Augie Fackler push: Fix a bug in deletion of an entire tree.
2009-04-15 Augie Fackler Added a test case for directory-add behavior when repo root is not project root.
2008-11-14 Patrick Mezard push_cmd: consider only dirs with added/removed files for addition or deletion
2008-11-14 Patrick Mezard test_util: add commitchanges() to TestBase
2008-11-14 Patrick Mezard push_cmd: delete empty svn directories, refactor directory creation