log tests/test_push_command.py @ 1019:d0f3a5c2cb56 stable 1.5.1

age author description
2012-09-09 Patrick Mezard pushmod: keep the root svn dir when emptying the hg repo (issue359)
2012-09-09 Patrick Mezard wrappers: do not change encoding when pushing
2012-05-17 Augie Fackler push test: peek inside svn's pending transaction list on abort
2012-04-19 Patrick Mezard test_util: remove self.repo_path, generate new paths each time
2012-04-19 Patrick Mezard test_util: merge load_svndump_fixture() into TestBase
2012-04-19 Patrick Mezard test_util: merge load_fixture_and_fetch() into TestBase method
2012-04-12 Arne Babenhauserheide tests: push_command: use svnserve.kill() in Python >=2.6
2011-10-12 Yonggang Luo test_push_command: tests -> all_tests for consistency with other files
2011-10-12 Yonggang Luo globally: clean up whitespace around operators and commas to conform with PEP8
2011-06-15 Patrick Mezard Fix hg.clone() calls changed by d976542986d2
2010-10-09 Dan Villiom Podlaski Christiansen maps: map a missing author to '(no author)'
2010-09-08 Peter Arrenbrecht tests: remove constant rev no from test script
2010-07-28 Peter Arrenbrecht svnmeta: strip all repeated slashes from subdir
2010-07-14 Dan Villiom Podlaski Christiansen tests: import test_util as the first module in all relevant tests
2010-06-28 Augie Fackler push: return reasonable status codes to the end user 1.1.1
2010-06-28 Augie Fackler tests: fix misnamed test caught while hunting unrelated bugs
2010-02-26 Dirkjan Ochtman tests: silence test suite by using quiet UIs everywhere
2010-02-14 Augie Fackler replay/stupid: raise the correct errno in IOError to fix hg >= e553a425751d
2010-02-07 Patrick Mezard pushmod: make outdated parent error message more helpful
2010-01-26 Dan Villiom Podlaski Christiansen Change all instantiations of IOError to set both errno and strerror.
2009-08-08 Augie Fackler Merge win32 fixes
2009-07-29 Risto Kankkunen No os.kill() in Windows, use ctypes to call Win32 TerminateProcess()
2009-07-19 Patrick Mezard wrappers: make push aborts if uncommitted changes
2009-05-28 Augie Fackler push: don't refuse to push if it looks like we haven't pulled all changes.
2009-05-22 Dan Villiom Podlaski Christiansen test_push_command: this test causes an author of None.
2009-05-22 Dan Villiom Podlaski Christiansen test_push_command: improve readability a bit.
2009-05-19 Dan Villiom Podlaski Christiansen Minor tweaks to wrapper documentation.
2009-05-14 Augie Fackler Reorganize to have a more conventional module structure.
2009-05-13 Augie Fackler Use try/finally in an attempt to stop leaking svnserve processes.
2009-05-15 Dan Villiom Podlaski Christiansen Switch to using url scheme wrappers instead of duplicating each command we wrap.
2009-04-25 Augie Fackler push: Add a test that demonstrates base-text detection works
2009-04-11 Augie Fackler Move wrappers for hg commands to their own module.
2009-04-08 Dirkjan Ochtman Move push into svncommands.
2009-04-08 Dirkjan Ochtman Move fetch_command.fetch_revisions() to svncommands.pull().
2009-03-28 Augie Fackler push: Do not attempt to push empty revisions.
2008-12-23 Augie Fackler push: Improved the rebasing logic for push so that it doesn't break with
2008-11-21 Augie Fackler Cleanups based on pyflakes output.
2008-11-14 Patrick Mezard push_cmd: delete empty svn directories, refactor directory creation
2008-11-14 Patrick Mezard Extract PushTest common code into test_util.TestBase
2008-11-14 Patrick Mezard test_push_command: fix test_push_existing_file_newly_execute() under Windows
2008-11-10 Patrick Mezard Fix basic issues with tests on Windows
2008-11-09 Augie Fackler push: Fix missing directory creation for the case of a new dir inside a new dir.
2008-11-06 Augie Fackler push_cmd: Further simplified some logic thanks to an improved test.
2008-11-06 Augie Fackler Fixed a problem where if you edited an existing symlink by replacing with another symlink, things would get corrupt.
2008-11-01 Augie Fackler Drop any pretense of supporting svn 1.4.x.
2008-10-30 Augie Fackler Add tests for a bunch more cases in pushing to svn.
2008-10-30 Augie Fackler Add a test that verifies push works to svn:// servers.
2008-10-10 Augie Fackler Fix this so the tests can still be run without nose.
2008-10-10 Augie Fackler Pushing fails in 1.4's SWIG bindings, so double check for that in the test.
2008-10-08 Augie Fackler Add a basic system for running the hgsubversion tests (although not the svnwrap ones) without requiring Nose. Nose is still the recommended way to run the tests.