log hgext/convert/hg.py @ 5278:70e9a527cc61

age author description
Sat, 01 Sep 2007 02:49:18 -0300 Alexis S. L. Carvalho convert: avoid dirstate checks; add a test
Mon, 27 Aug 2007 15:39:07 -0700 Brendan Cully convert: new config variable hg.tagsbranch controls which branch tags are committed to
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
Mon, 06 Aug 2007 14:16:50 -0700 Bryan O'Sullivan convert: only get history for requested revs when converting hg repo
Sun, 05 Aug 2007 12:03:27 -0700 Brendan Cully convert: look up copies in getchanges instead of getcommit
Thu, 02 Aug 2007 01:56:08 -0300 Alexis S. L. Carvalho convert: fix locking order
Tue, 31 Jul 2007 17:18:59 -0700 Bryan O'Sullivan convert: add config option to turn off use of branch names
Thu, 26 Jul 2007 13:34:36 -0700 Bryan O'Sullivan convert: get rid of "hg." prefix where not needed
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: rename mapfile to revmapfile, so we can map more than just revs
Sat, 21 Jul 2007 16:44:38 -0500 Matt Mackall Merge with crew