log hgext/convert/__init__.py @ 5454:f2ca8d2c988f

age author description
Wed, 10 Oct 2007 15:42:00 -0700 Bryan O'Sullivan convert: refactor sink initialisation, to remove hardcoding of hg
Wed, 10 Oct 2007 15:30:00 -0700 Bryan O'Sullivan convert: rename convert_svn to svn_source
Sun, 07 Oct 2007 20:45:10 +0200 Benoit Boissinot convert: do not output when trying to load svn bindings
Sun, 07 Oct 2007 20:44:54 +0200 Benoit Boissinot convert: split converters into sink/source
Thu, 04 Oct 2007 23:21:37 -0300 Alexis S. L. Carvalho convert: add a mode where mercurial_sink skips empty revisions.
Thu, 04 Oct 2007 23:21:37 -0300 Alexis S. L. Carvalho convert: readd --filemap
Thu, 04 Oct 2007 23:21:37 -0300 Alexis S. L. Carvalho convert: move filemapper class to a separate file
Thu, 04 Oct 2007 23:21:37 -0300 Alexis S. L. Carvalho convert: disable current --filemap support
Thu, 04 Oct 2007 23:21:37 -0300 Alexis S. L. Carvalho convert: allow the converter_source to say "skip this revision"
Thu, 04 Oct 2007 23:21:37 -0300 Alexis S. L. Carvalho convert: pass the order of the revmapfile to the converter_source
Tue, 02 Oct 2007 13:49:11 -0700 Bryan O'Sullivan convert: support darcs as a source repo
Tue, 02 Oct 2007 13:46:17 -0700 Bryan O'Sullivan convert: add before/after hooks for converter sources
Sat, 01 Sep 2007 02:49:18 -0300 Alexis S. L. Carvalho convert: rename a class and a function
Mon, 27 Aug 2007 13:38:16 -0700 Bryan O'Sullivan convert: document filemap.
Sun, 19 Aug 2007 17:38:40 +0200 Patrick Mezard convert: load parent commits on-demand