log fetch_command.py @ 163:fdc249cd1a0a

age author description
Tue, 30 Dec 2008 19:24:16 -0600 Martin Geisler Combine sort and reverse.
Wed, 24 Dec 2008 11:17:50 -0600 Augie Fackler Import cleanup thanks to pyflakes.
Tue, 23 Dec 2008 11:10:32 -0600 Augie Fackler fetch: Refactor extra creation to be shared by real and diff replay.
Sat, 20 Dec 2008 19:04:59 -0600 Augie Fackler Improve branch closing in the case of a single-rev replacement of one branch
Fri, 12 Dec 2008 09:47:54 -0600 Augie Fackler Fix missing newlines.
Thu, 11 Dec 2008 20:41:57 -0600 Augie Fackler util: Add a command to normalize svn urls and use it in a couple of places. Test that it works and prevents failed assertions.
Wed, 10 Dec 2008 14:29:05 -0600 Augie Fackler hg_delta_editor: fix bad parent revision calculation in the case of a branch
Wed, 10 Dec 2008 11:03:21 -0600 Patrick Mezard fetch_command: in stupid mode, load file content on demand
Wed, 10 Dec 2008 11:03:20 -0600 Patrick Mezard fetch_command: in stupid mode, load binary files when necessary
Wed, 10 Dec 2008 11:03:20 -0600 Patrick Mezard fetch_command: patch files in memory in stupid mode
Sat, 29 Nov 2008 11:25:01 -0600 Patrick Mezard hg_delta_editor: fix update of stray files in branches/
Sat, 29 Nov 2008 11:25:01 -0600 Patrick Mezard fetch_command: ignore stray files in branches/ in non-diff mode
Tue, 25 Nov 2008 16:21:57 -0600 Augie Fackler Fix a regression in converting repositories with files copied in from outside
Tue, 25 Nov 2008 09:45:38 -0600 Augie Fackler fetch_command: Fix mis-converted executable when svn:executable was set to the
Tue, 25 Nov 2008 09:18:30 -0600 Patrick Mezard fetch_command: pass parent changectx instead of identifier
Tue, 25 Nov 2008 09:18:29 -0600 Patrick Mezard fetch_command: only raise BadPatchApply() from stupid_diff_branchrev()
Tue, 25 Nov 2008 09:18:29 -0600 Patrick Mezard fetch_command: extract diff code in a function
Tue, 25 Nov 2008 09:18:28 -0600 Patrick Mezard fetch_command: use the opener to read touched files
Tue, 25 Nov 2008 09:18:28 -0600 Patrick Mezard fetch_command: simplify deleted files enumeration, bypass filesystem
Tue, 25 Nov 2008 09:18:27 -0600 Patrick Mezard fetch_command: move diff file deletion code back with everything else
Tue, 25 Nov 2008 09:18:27 -0600 Patrick Mezard fetch_command: remove useless delete_all_files case
Tue, 25 Nov 2008 09:18:26 -0600 Patrick Mezard fetch_command: simplify diff code with opener objects
Tue, 25 Nov 2008 09:18:26 -0600 Patrick Mezard fetch_command: remove dead code
Fri, 21 Nov 2008 16:21:19 -0600 Augie Fackler Cleanups based on pyflakes output.
Thu, 20 Nov 2008 22:41:14 -0600 Patrick Mezard fetch_command: simplify replay_convert_rev() with svn.list_files()
Thu, 20 Nov 2008 22:41:15 -0600 Patrick Mezard hg_delta_editor: fix symlink prefix confusion
Fri, 14 Nov 2008 16:18:24 -0600 Patrick Mezard fetch_command: create branch temporary directory when we need it
Fri, 14 Nov 2008 16:18:24 -0600 Patrick Mezard SubversionRepo: remember svn.diff3() does not work
Fri, 14 Nov 2008 16:18:24 -0600 Patrick Mezard fetch_command: handle nullid parent in stupid non-diffy mode
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.