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.
|