log hgext/convert/subversion.py @ 4908:5e89b0dafce5

age author description
Tue, 17 Jul 2007 15:47:32 -0700 Bryan O'Sullivan convert/subversion.py: str.rsplit is not available in Python 2.3
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
Tue, 03 Jul 2007 15:34:30 -0700 Brendan Cully convert: svn: get parent for branch creation events
Tue, 03 Jul 2007 15:12:07 -0700 Brendan Cully convert: add optional module argument to svn._fetch_revisions
Tue, 03 Jul 2007 14:16:54 -0700 Brendan Cully convert: svn: parse log entries as they arrive instead of deferring it
Tue, 03 Jul 2007 13:50:26 -0700 Brendan Cully convert: svn: move some debug output to verbose
Tue, 03 Jul 2007 12:56:30 -0700 Brendan Cully convert: another typo in svn.latest
Tue, 03 Jul 2007 12:52:13 -0700 Brendan Cully convert: typo in svn.latest
Tue, 03 Jul 2007 12:44:04 -0700 Brendan Cully convert: svn: add function to get the latest revision touching a path
Tue, 03 Jul 2007 11:36:06 -0700 Brendan Cully convert: svn: add an early return to move most changeset parsing out an indent level
Tue, 03 Jul 2007 10:55:46 -0700 Brendan Cully convert: svn: use a separate mempool for each ls in the 1.4 fallback path
Mon, 02 Jul 2007 08:31:02 -0700 Brendan Cully convert: svn: skip revisions without file entries
Mon, 02 Jul 2007 07:54:51 -0700 Brendan Cully convert: svn: disable batched fetch - get the whole log immediately
Mon, 02 Jul 2007 07:28:54 -0700 Brendan Cully convert: svn: add revnum() to convert rev to revnum
Mon, 02 Jul 2007 07:22:11 -0700 Brendan Cully convert: svn: abort if module stat fails
Sun, 01 Jul 2007 23:28:21 -0700 Brendan Cully convert: fetch svn changes on demand (in batches)
Sun, 01 Jul 2007 22:23:33 -0700 Brendan Cully convert: svn: convert branch trunk to default
Sun, 01 Jul 2007 22:21:05 -0700 Brendan Cully convert: svn: fix fallback directory listing code when importing a submodule
Sun, 01 Jul 2007 22:09:33 -0700 Brendan Cully convert: remove svn debugger trap
Sun, 01 Jul 2007 20:30:04 -0700 Brendan Cully convert: activate subversion engine
Sun, 01 Jul 2007 23:56:11 +0200 Daniel Holth convert extension: Add SVN converter