log hgext/convert/subversion.py @ 4920:4db03fa58bd5

age author description
Tue, 17 Jul 2007 15:24:59 -0700 Bryan O'Sullivan convert/subversion.py: fix bad assumptions about SVN path naming
Fri, 13 Jul 2007 08:28:57 -0700 Brendan Cully convert: record the source revision in the changelog
Fri, 06 Jul 2007 10:29:09 -0700 Brendan Cully python 2.3 does not have sorted
Thu, 05 Jul 2007 16:14:01 -0700 Brendan Cully convert: svn code movement (no actual changes)
Thu, 05 Jul 2007 15:01:31 -0700 Brendan Cully convert: svn: avoid parsing already-seen logentries due to branch following
Thu, 05 Jul 2007 14:31:13 -0700 Brendan Cully convert: svn: some improvements in memory usage
Thu, 05 Jul 2007 12:45:41 -0700 Brendan Cully convert: svn: remove svn_paths wrappers
Thu, 05 Jul 2007 12:41:58 -0700 Brendan Cully convert: svn: use revmap to parse only new revisions in incremental conversions
Thu, 05 Jul 2007 12:18:01 -0700 Brendan Cully convert: svn: defer get_log parsing until after get_log completes.
Thu, 05 Jul 2007 12:08:48 -0700 Brendan Cully convert: move some code into common init function
Thu, 05 Jul 2007 12:00:04 -0700 Brendan Cully convert: call superclass init from engine init functions
Tue, 03 Jul 2007 20:22:39 -0700 Brendan Cully convert svn: minor improvement to tag detection.
Tue, 03 Jul 2007 19:49:36 -0700 Brendan Cully convert: svn merges produce hard-to-trace file entries. Ignore them for now.
Tue, 03 Jul 2007 19:26:41 -0700 Brendan Cully convert: svn: autodetect /branches, /tags, /trunk.
Tue, 03 Jul 2007 17:07:58 -0700 Brendan Cully convert: svn: pull out broken batching code, add alpha tags support