log hgext/convert/subversion.py @ 5461:ab4d2e9f3b97

age author description
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
Mon, 27 Aug 2007 11:56:53 -0700 Brendan Cully convert: svn: check for branch movement in any log entry, not just the first.
Tue, 07 Aug 2007 12:24:25 +0200 Thomas Arendsen Hein raise util.Abort again if specified revision is not an integer.
Tue, 07 Aug 2007 12:10:56 +0200 Thomas Arendsen Hein debugsvnlog call had too many quotes (found by Edouard Gomez)
Tue, 07 Aug 2007 10:28:43 +0200 Thomas Arendsen Hein Remove trailing spaces, fix indentation
Tue, 07 Aug 2007 10:01:20 +0200 Thomas Arendsen Hein Removed debug print from convert/subversion.py
Tue, 07 Aug 2007 09:56:21 +0200 Thomas Arendsen Hein Replace _ with inst for catching exceptions to not shadow gettext.
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 14:17:05 -0700 Bryan O'Sullivan Automated merge with http://hg.intevation.org/mercurial/crew
Mon, 06 Aug 2007 14:16:02 -0700 Bryan O'Sullivan convert: raise correct type of exception if svn converter can't handle rev
Mon, 06 Aug 2007 21:49:26 +0200 Patrick Mezard convert: replace fork with subprocess call.
Sun, 05 Aug 2007 12:09:55 -0700 Brendan Cully convert: svn: remove debugging message
Sun, 05 Aug 2007 12:03:27 -0700 Brendan Cully convert: look up copies in getchanges instead of getcommit
Sun, 05 Aug 2007 11:30:52 -0700 Brendan Cully convert: svn: pull up path to file expansion code into separate function.
Sun, 05 Aug 2007 10:23:45 -0700 Brendan Cully convert: svn: hoist up branch creation check
Sun, 05 Aug 2007 10:04:28 -0700 Brendan Cully convert: svn: remove dead code
Sun, 05 Aug 2007 10:04:00 -0700 Brendan Cully convert: svn: add helper function for optrevs
Sat, 04 Aug 2007 18:02:37 -0700 Brendan Cully convert: svn: ensure leading / is removed from paths in _find_children (broken in 2bd996d0aaf8)
Wed, 01 Aug 2007 15:16:42 -0700 Brendan Cully convert: (svn) simplify _find_children
Thu, 26 Jul 2007 14:02:49 -0700 Brendan Cully convert svn: canonicalize path before calling url_from_path.
Thu, 26 Jul 2007 10:57:26 -0700 Brendan Cully convert svn: try to extract URL from source if it is a working directory
Thu, 26 Jul 2007 10:42:44 -0700 Brendan Cully convert: urlify svn repos if necessary.