log hg_delta_editor.py @ 211:05243ec295e1

age author description
Mon, 16 Mar 2009 23:19:00 -0500 Augie Fackler fetch: Fix a bug that caused plaintexts to be interpreted as missing more often than they should be.
Mon, 09 Mar 2009 12:01:40 -0500 Augie Fackler fetch: Fix a bogus case where no files in the root level of trunk caused breakage in the branch detection.
Mon, 02 Mar 2009 23:58:38 -0600 Augie Fackler Refactor branch handling to be much more dynamic (and hopefully robust).
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.
Sat, 17 Jan 2009 15:30:38 -0600 Dan Villiom Podlaski Christiansen Create patch to make normal output much less verbose…
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: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 Remove unneeded call to list.
Wed, 24 Dec 2008 10:52:31 -0600 Augie Fackler hg_delta_editor: Produce some output when creating a tag.
Tue, 23 Dec 2008 22:19:26 -0600 Augie Fackler utility_commands: Implement rebuildmeta so that metadata can be rebuilt.
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
Mon, 15 Dec 2008 22:48:04 -0600 Augie Fackler Add some more coverage directives.
Mon, 15 Dec 2008 21:57:10 -0600 Patrick Mezard hg_delta_editor: reset properties of deleted entries
Fri, 12 Dec 2008 09:47:54 -0600 Augie Fackler Fix missing newlines.
Thu, 11 Dec 2008 17:34:33 -0600 Augie Fackler Fix an apparent regression where branch name didn't get properly stored for
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:22 -0600 Patrick Mezard hg_delta_editor: fix parent revision detection on branch copy
Thu, 04 Dec 2008 13:10:40 -0600 Luke Opperman tag_repo: remove gentags command, extend repo.tags(), HgChangeEditor now takes either repo or repo_path
Wed, 03 Dec 2008 22:51:03 -0600 Augie Fackler Fix a bug in replay convert where replaced files that couldn't use replay
Sat, 29 Nov 2008 11:25:01 -0600 Patrick Mezard hg_delta_editor: do not assume branches are copied from trunk by default
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:24:31 -0600 Patrick Mezard hg_delta_editor: merge _is_path_valid() and _path_and_branch_from_path()
Tue, 25 Nov 2008 09:45:38 -0600 Augie Fackler fetch_command: Fix mis-converted executable when svn:executable was set to the
Thu, 20 Nov 2008 22:41:15 -0600 Patrick Mezard hg_delta_editor: fix symlink prefix confusion
Wed, 05 Nov 2008 13:37:08 +0100 Patrick Mezard fetch_command: support svn copy detection in stupid mode
Wed, 05 Nov 2008 13:37:08 +0100 Patrick Mezard hg_delta_editor: make branches_in_paths() return the branch svn path too
Wed, 05 Nov 2008 13:37:08 +0100 Patrick Mezard hg_delta_editor: register copies only if files are unchanged between source and dest
Wed, 05 Nov 2008 13:37:07 +0100 Patrick Mezard hg_delta_editor: register svn file copies
Tue, 04 Nov 2008 16:38:16 -0600 Augie Fackler Performance fix for branches-from-tags in real replay, which is tied up with
Mon, 03 Nov 2008 08:43:07 -0600 Patrick Mezard hg_delta_editor: simplify exec/symlink flags generation
Mon, 27 Oct 2008 12:33:52 -0500 Augie Fackler Fix a bug with added files from outside branches/trunk/tags.
Sun, 26 Oct 2008 22:39:17 -0500 Augie Fackler Improved handling of copies from outside of trunk.
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
Fri, 17 Oct 2008 11:03:52 -0500 Augie Fackler Some refactors of the previous change, including transparent upgrade of old-style pickled dictionaries.
Wed, 15 Oct 2008 21:47:48 -0400 Andreas Hartmetz Faster append-only revmap implementation.
Wed, 08 Oct 2008 20:37:01 -0500 Augie Fackler Add tests for tags and fix a bug in the tag-finding code that was found by the tests.
Fri, 03 Oct 2008 09:44:46 -0500 Shun-ichi GOTO Another fix for Win32 compat.
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.