log tests/test_push_command.py @ 101:a3b717e4abf5

age author description
Fri, 21 Nov 2008 16:21:19 -0600 Augie Fackler Cleanups based on pyflakes output.
Fri, 14 Nov 2008 16:18:24 -0600 Patrick Mezard push_cmd: delete empty svn directories, refactor directory creation
Fri, 14 Nov 2008 16:18:24 -0600 Patrick Mezard Extract PushTest common code into test_util.TestBase
Fri, 14 Nov 2008 16:18:24 -0600 Patrick Mezard test_push_command: fix test_push_existing_file_newly_execute() under Windows
Sun, 09 Nov 2008 18:08:35 -0600 Patrick Mezard Fix basic issues with tests on Windows
Sun, 09 Nov 2008 17:02:07 -0600 Augie Fackler push: Fix missing directory creation for the case of a new dir inside a new dir.
Thu, 06 Nov 2008 09:24:33 -0600 Augie Fackler push_cmd: Further simplified some logic thanks to an improved test.
Thu, 06 Nov 2008 09:07:13 -0600 Augie Fackler Fixed a problem where if you edited an existing symlink by replacing with another symlink, things would get corrupt.
Sat, 01 Nov 2008 12:23:07 -0500 Augie Fackler Drop any pretense of supporting svn 1.4.x.
Wed, 29 Oct 2008 22:58:52 -0500 Augie Fackler Add tests for a bunch more cases in pushing to svn.
Wed, 29 Oct 2008 21:15:36 -0500 Augie Fackler Add a test that verifies push works to svn:// servers.
Fri, 10 Oct 2008 14:18:24 -0500 Augie Fackler Fix this so the tests can still be run without nose.
Thu, 09 Oct 2008 23:36:20 -0500 Augie Fackler Pushing fails in 1.4's SWIG bindings, so double check for that in the test.
Tue, 07 Oct 2008 22:13:14 -0500 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.