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.
Sat, 21 Jul 2007 10:43:29 +0200 Thomas Arendsen Hein Remove unused pprint import and the commented line which used it before.
Sat, 21 Jul 2007 10:30:51 +0200 Thomas Arendsen Hein removed trailing whitespace
Thu, 19 Jul 2007 15:33:21 -0700 Bryan O'Sullivan convert/subversion: rehandle the no-tags case
Thu, 19 Jul 2007 12:41:07 -0700 Bryan O'Sullivan convert/subversion: work around memory leak in svn's python bindings
Wed, 18 Jul 2007 22:44:25 -0700 Bryan O'Sullivan convert/subversion: Simplify callback.
Wed, 18 Jul 2007 19:56:36 -0700 Bryan O'Sullivan convert/subversion: reduce memory usage by filtering early
Tue, 17 Jul 2007 15:47:32 -0700 Bryan O'Sullivan convert/subversion.py: str.rsplit is not available in Python 2.3
Tue, 17 Jul 2007 15:24:59 -0700 Bryan O'Sullivan convert/subversion.py: fix bad assumptions about SVN path naming
Fri, 13 Jul 2007 08:28:57 -0700 Brendan Cully convert: record the source revision in the changelog
Fri, 06 Jul 2007 10:29:09 -0700 Brendan Cully python 2.3 does not have sorted
Thu, 05 Jul 2007 16:14:01 -0700 Brendan Cully convert: svn code movement (no actual changes)
Thu, 05 Jul 2007 15:01:31 -0700 Brendan Cully convert: svn: avoid parsing already-seen logentries due to branch following
Thu, 05 Jul 2007 14:31:13 -0700 Brendan Cully convert: svn: some improvements in memory usage
Thu, 05 Jul 2007 12:45:41 -0700 Brendan Cully convert: svn: remove svn_paths wrappers
Thu, 05 Jul 2007 12:41:58 -0700 Brendan Cully convert: svn: use revmap to parse only new revisions in incremental conversions
Thu, 05 Jul 2007 12:18:01 -0700 Brendan Cully convert: svn: defer get_log parsing until after get_log completes.
Thu, 05 Jul 2007 12:08:48 -0700 Brendan Cully convert: move some code into common init function
Thu, 05 Jul 2007 12:00:04 -0700 Brendan Cully convert: call superclass init from engine init functions
Tue, 03 Jul 2007 20:22:39 -0700 Brendan Cully convert svn: minor improvement to tag detection.
Tue, 03 Jul 2007 19:49:36 -0700 Brendan Cully convert: svn merges produce hard-to-trace file entries. Ignore them for now.
Tue, 03 Jul 2007 19:26:41 -0700 Brendan Cully convert: svn: autodetect /branches, /tags, /trunk.
Tue, 03 Jul 2007 17:07:58 -0700 Brendan Cully convert: svn: pull out broken batching code, add alpha tags support
Tue, 03 Jul 2007 15:34:30 -0700 Brendan Cully convert: svn: get parent for branch creation events
Tue, 03 Jul 2007 15:12:07 -0700 Brendan Cully convert: add optional module argument to svn._fetch_revisions
Tue, 03 Jul 2007 14:16:54 -0700 Brendan Cully convert: svn: parse log entries as they arrive instead of deferring it
Tue, 03 Jul 2007 13:50:26 -0700 Brendan Cully convert: svn: move some debug output to verbose
Tue, 03 Jul 2007 12:56:30 -0700 Brendan Cully convert: another typo in svn.latest
Tue, 03 Jul 2007 12:52:13 -0700 Brendan Cully convert: typo in svn.latest
Tue, 03 Jul 2007 12:44:04 -0700 Brendan Cully convert: svn: add function to get the latest revision touching a path
Tue, 03 Jul 2007 11:36:06 -0700 Brendan Cully convert: svn: add an early return to move most changeset parsing out an indent level