log hgext/convert/subversion.py @ 5535:7501ef26402b

age author description
Sun, 11 Nov 2007 14:17:30 +0100 Patrick Mezard convert: fix svn file:// URL generation under Windows
Fri, 09 Nov 2007 21:24:25 -0200 Alexis S. L. Carvalho merge with crew-stable
Fri, 09 Nov 2007 20:21:35 -0200 Alexis S. L. Carvalho convert: display all errors if we couldn't open the source repo
Wed, 07 Nov 2007 18:26:59 -0800 Bryan O'Sullivan convert: add support for Subversion as a sink
Wed, 07 Nov 2007 17:07:14 -0800 Bryan O'Sullivan convert: iterate
Wed, 07 Nov 2007 17:06:02 -0800 Bryan O'Sullivan convert: abstract map files into a class
Sat, 13 Oct 2007 15:25:11 +0400 Kirill Smelkov convert: svn -- fix tags handling
Sat, 13 Oct 2007 15:22:03 +0400 Kirill Smelkov convert: svn -- fix 'exists'
Wed, 10 Oct 2007 15:30:00 -0700 Bryan O'Sullivan convert: rename convert_svn to svn_source
Wed, 10 Oct 2007 00:15:33 -0700 Bryan O'Sullivan convert: report errors more meaningfully if run with --traceback
Sun, 07 Oct 2007 20:45:10 +0200 Benoit Boissinot convert: do not output when trying to load svn bindings
Thu, 04 Oct 2007 23:21:37 -0300 Alexis S. L. Carvalho convert_svn: add --filemap support
Thu, 04 Oct 2007 23:21:37 -0300 Alexis S. L. Carvalho convert: pass the order of the revmapfile to the converter_source
Fri, 07 Sep 2007 16:14:51 +0200 Thomas Arendsen Hein Don't decode unicode strings.
Fri, 31 Aug 2007 13:14:03 +0200 Thomas Arendsen Hein convert/subversion: Use util.set() instead of set() for python2.3 compatibility