log fetch_command.py @ 293:fa26c7ef0180

age author description
Thu, 19 Mar 2009 21:27:39 +0100 Dan Villiom Podlaski Christiansen Exception clean-ups; use symbolic names & avoid Python 2.6 deprecations.
Tue, 07 Apr 2009 13:30:05 -0500 Luke Opperman issue67: mercurial 1.3 util incompatibility with encoding swap
Sat, 28 Mar 2009 16:38:57 -0500 Augie Fackler branches: change handling again, but this time a little less magic.
Mon, 02 Mar 2009 23:58:38 -0600 Augie Fackler Refactor branch handling to be much more dynamic (and hopefully robust).
Mon, 02 Mar 2009 23:50:40 -0600 Augie Fackler stupid replay: Don't actually try and apply diffs to files we don't have anyway.
Thu, 12 Feb 2009 15:10:42 +0100 Dan Villiom Podlaski Christiansen Output consolidation; decrease the ‘Fetching...’ message to debug level.
Thu, 12 Feb 2009 15:08:53 +0100 Dan Villiom Podlaski Christiansen Replace a few asserts with aborts.
Wed, 21 Jan 2009 20:10:32 -0600 Patrick Mezard fetch_command: fix coding style
Wed, 21 Jan 2009 20:10:32 -0600 Patrick Mezard fetch_command: fix file exclusion in very stupid mode
Sat, 17 Jan 2009 15:30:38 -0600 Dan Villiom Podlaski Christiansen Create patch to make normal output much less verbose…
Sat, 17 Jan 2009 15:30:37 -0600 Dan Villiom Podlaski Christiansen Creating patch for documention messages.
Wed, 14 Jan 2009 23:17:13 -0600 Patrick Mezard Do not recurse for externals on copied directory in stupid mode
Tue, 13 Jan 2009 15:39:22 +0100 Benoit Boissinot remove generators (compat with python2.3)
Tue, 13 Jan 2009 13:59:50 +0100 Benoit Boissinot remove decorators (compat with python2.3)
Sat, 03 Jan 2009 20:15:03 -0600 Graham Booker Fetch: add a filemap argument for use in converting old repositories to
Fri, 02 Jan 2009 15:54:06 -0600 Patrick Mezard Really delete the .hgsvnexternals file when explicitely removed
Fri, 02 Jan 2009 15:54:05 -0600 Patrick Mezard Convert svn:externals properties into a .hgsvnexternals file
Tue, 30 Dec 2008 20:33:56 -0600 Patrick Mezard fetch_command: cancel patching when encountering binary diffs
Tue, 30 Dec 2008 20:14:03 -0600 Augie Fackler authormap: Add tests, fix in stupid mode.
Tue, 30 Dec 2008 20:13:32 -0600 Graham Booker fetch: Add support for an authormap which can rename authors, intended for
Tue, 30 Dec 2008 19:24:16 -0600 Martin Geisler Fixed typo: "continue" should have been "break".
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.