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.
|