log fetch_command.py @ 87:b033d74be76b

age author description
Fri, 14 Nov 2008 16:18:24 -0600 Patrick Mezard fetch_command: in stupid non-diffy mode, take changed paths in account
Sun, 09 Nov 2008 18:08:35 -0600 Patrick Mezard fetch_command: handle failing svn.diff3() on Windows, fetch full revision
Sun, 09 Nov 2008 18:08:35 -0600 Patrick Mezard fetch_command: bypass export3() and checkout manually
Sun, 09 Nov 2008 18:08:35 -0600 Patrick Mezard SubversionRepo: make get_file() return the file mode
Sun, 09 Nov 2008 18:08:35 -0600 Patrick Mezard SubversionRepo: do not use temporary file in get_file()
Wed, 05 Nov 2008 13:37:08 +0100 Patrick Mezard fetch_command: support svn copy detection in stupid mode
Thu, 06 Nov 2008 09:47:42 -0600 Augie Fackler Added some coverage pragmas to stop it from trying to cover things we can't test.
Tue, 04 Nov 2008 16:38:16 -0600 Augie Fackler Performance fix for branches-from-tags in real replay, which is tied up with
Tue, 04 Nov 2008 09:40:58 -0600 Augie Fackler Fix a bug in real replay where dirs copied from outside the directory tree
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:43:01 -0500 Augie Fackler Only print this message if we actually care.
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.
Sun, 26 Oct 2008 13:55:57 -0500 Augie Fackler Fixes so that I can clone the melange repository successfully. Fixes a bug that
Wed, 15 Oct 2008 21:47:48 -0400 Andreas Hartmetz Faster append-only revmap implementation.
Wed, 15 Oct 2008 13:29:20 -0500 Augie Fackler Fix non-atomic write of the last_revision_handled_file which was causing
Sat, 11 Oct 2008 21:18:45 -0500 Augie Fackler Fix a missing newline.
Thu, 09 Oct 2008 23:37:22 -0500 Augie Fackler svn 1.4 and 1.5 have different ideas of diff output for prop changes.
Mon, 06 Oct 2008 14:09:15 -0500 Augie Fackler Add a missing newline.
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.