Tue, 26 Jan 2010 17:36:13 +0100 |
Dan Villiom Podlaski Christiansen |
Change all instantiations of IOError to set both errno and strerror.
|
Sat, 08 Aug 2009 08:01:24 -0500 |
Augie Fackler |
Merge win32 fixes
|
Wed, 29 Jul 2009 19:01:13 +0300 |
Risto Kankkunen |
No os.kill() in Windows, use ctypes to call Win32 TerminateProcess()
|
Sat, 18 Jul 2009 20:44:33 -0500 |
Patrick Mezard |
wrappers: make push aborts if uncommitted changes
|
Wed, 27 May 2009 21:40:58 -0500 |
Augie Fackler |
push: don't refuse to push if it looks like we haven't pulled all changes.
|
Fri, 22 May 2009 13:42:51 +0200 |
Dan Villiom Podlaski Christiansen |
test_push_command: this test causes an author of None.
|
Fri, 22 May 2009 13:41:21 +0200 |
Dan Villiom Podlaski Christiansen |
test_push_command: improve readability a bit.
|
Tue, 19 May 2009 11:43:49 +0200 |
Dan Villiom Podlaski Christiansen |
Minor tweaks to wrapper documentation.
|
Wed, 13 May 2009 21:39:39 -0500 |
Augie Fackler |
Reorganize to have a more conventional module structure.
|
Wed, 13 May 2009 10:22:18 -0500 |
Augie Fackler |
Use try/finally in an attempt to stop leaking svnserve processes.
|
Fri, 15 May 2009 19:18:43 +0200 |
Dan Villiom Podlaski Christiansen |
Switch to using url scheme wrappers instead of duplicating each command we wrap.
|
Fri, 24 Apr 2009 20:31:17 -0500 |
Augie Fackler |
push: Add a test that demonstrates base-text detection works
|
Fri, 10 Apr 2009 22:38:29 -0500 |
Augie Fackler |
Move wrappers for hg commands to their own module.
|
Wed, 08 Apr 2009 17:53:48 +0200 |
Dirkjan Ochtman |
Move push into svncommands.
|
Wed, 08 Apr 2009 17:49:30 +0200 |
Dirkjan Ochtman |
Move fetch_command.fetch_revisions() to svncommands.pull().
|
Sat, 28 Mar 2009 17:50:00 -0500 |
Augie Fackler |
push: Do not attempt to push empty revisions.
|
Mon, 22 Dec 2008 21:21:11 -0600 |
Augie Fackler |
push: Improved the rebasing logic for push so that it doesn't break with
|
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.
|