log hgext/convert/__init__.py @ 5415:1d53a75ea0fc

age author description
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
Sun, 19 Aug 2007 17:38:07 +0200 Patrick Mezard convert: wrap cached commits author remapping
Fri, 17 Aug 2007 20:18:05 -0300 Alexis S. L. Carvalho convert: fix mercurial_sink.putcommit
Wed, 15 Aug 2007 13:21:23 -0700 Brendan Cully convert: hg: optionally create branches as clones
Tue, 07 Aug 2007 10:28:43 +0200 Thomas Arendsen Hein Remove trailing spaces, fix indentation
Tue, 07 Aug 2007 09:49:07 +0200 Thomas Arendsen Hein Move debugsvnlog to subversion module.
Tue, 07 Aug 2007 09:42:32 +0200 Thomas Arendsen Hein convert: Use debugsvnlog instead of git-like debug-svn-log.
Mon, 06 Aug 2007 15:37:14 -0700 Bryan O'Sullivan convert: remove accidental debug print
Mon, 06 Aug 2007 14:59:00 -0700 Bryan O'Sullivan convert: use '.' as destination name if renaming subdir into root
Mon, 06 Aug 2007 21:49:26 +0200 Patrick Mezard convert: replace fork with subprocess call.
Sun, 05 Aug 2007 12:03:27 -0700 Brendan Cully convert: look up copies in getchanges instead of getcommit
Thu, 26 Jul 2007 13:36:53 -0700 Bryan O'Sullivan convert: get rid of ugly use of hasattr
Thu, 26 Jul 2007 13:34:36 -0700 Bryan O'Sullivan convert: add filename filtering and renaming support
Thu, 26 Jul 2007 13:34:36 -0700 Bryan O'Sullivan convert: acquire/release locks periodically
Thu, 26 Jul 2007 13:34:36 -0700 Bryan O'Sullivan convert: Support Mercurial as a source, as well as a sink
Thu, 26 Jul 2007 13:34:36 -0700 Bryan O'Sullivan convert: make commit constructor clearer and less magical
Thu, 26 Jul 2007 13:34:36 -0700 Bryan O'Sullivan convert: rename mapfile to revmapfile, so we can map more than just revs
Sat, 21 Jul 2007 10:36:51 +0200 Thomas Arendsen Hein Backout ad09ce1d393c and replace ''' with """ to make some highlighting happy.