log push_cmd.py @ 233:80a700398995

age author description
Mon, 30 Mar 2009 16:11:45 -0500 Augie Fackler rebase: cleanup slightly.
Tue, 07 Apr 2009 13:30:05 -0500 Luke Opperman issue67: mercurial 1.3 util incompatibility with encoding swap
Sat, 28 Mar 2009 17:50:00 -0500 Augie Fackler push: Do not attempt to push empty revisions.
Tue, 03 Mar 2009 10:13:40 -0600 Augie Fackler push: Converted a magic number to an actual constant, and catch another apr_err that appears to also mean base text out of date.
Sat, 17 Jan 2009 15:30:37 -0600 Dan Villiom Podlaski Christiansen Creating patch for documention messages.
Tue, 13 Jan 2009 13:59:50 +0100 Benoit Boissinot remove decorators (compat with python2.3)
Fri, 02 Jan 2009 15:54:05 -0600 Patrick Mezard Support svn:externals changes via .hgsvnexternals updates
Tue, 30 Dec 2008 20:34:03 -0600 Patrick Mezard push_cmd: make _isdir() a standalone function
Tue, 30 Dec 2008 20:33:58 -0600 Patrick Mezard push_cmd: do not store files to delete content
Tue, 30 Dec 2008 19:24:16 -0600 Martin Geisler Combine sort and reverse.
Mon, 22 Dec 2008 21:22:11 -0600 Augie Fackler push: Fix the bad implementation that required modifying the dirstate to push.
Mon, 22 Dec 2008 21:21:39 -0600 Augie Fackler push: Use a better method for finding the outgoing 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:11:24 -0600 Augie Fackler Refactored outgoing_revisions into util where it really belongs.
Fri, 14 Nov 2008 16:18:24 -0600 Patrick Mezard push_cmd: add option to push in stupid mode
Fri, 14 Nov 2008 16:18:24 -0600 Patrick Mezard push_cmd: consider only dirs with added/removed files for addition or deletion
Fri, 14 Nov 2008 16:18:24 -0600 Patrick Mezard push_cmd: delete empty svn directories, refactor directory creation
Wed, 05 Nov 2008 13:37:08 +0100 Patrick Mezard push_cmd: handle copies at file level
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.
Mon, 03 Nov 2008 14:24:18 -0600 Augie Fackler Don't try and add a directory more than once.
Mon, 03 Nov 2008 08:44:31 -0600 Patrick Mezard push_cmd: remove redundant variable in commit_from_rev()
Tue, 28 Oct 2008 11:39:36 -0500 Augie Fackler Fix an encoding bug that would occur if the local encoding was not utf-8.
Sun, 26 Oct 2008 22:06:13 -0500 Augie Fackler Some more fixes of cases discovered in the melange repo. If anyone knows how I can reproduce a "replaced" state in Subversion, I'd love to be able to make a real test case for this code.
Mon, 06 Oct 2008 14:14:50 -0500 Augie Fackler Fix partial implementation.
Mon, 06 Oct 2008 13:52:10 -0500 Augie Fackler Auto-set executable, symlink, and auto-props.
Mon, 06 Oct 2008 11:01:46 -0500 Augie Fackler Fix adding files that require new directories.
Thu, 02 Oct 2008 09:13:08 -0500 Augie Fackler Fixes for win32 compatibility. Changes suggested by Shun-ichi GOTO, with some alterations by me.
Tue, 30 Sep 2008 11:42:52 -0500 Augie Fackler Initial import of hgsubversion into a public repository.