log tests/test_push_command.py @ 626:8e621dbb82d4 1.1.1

age author description
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.