hgext/convert/subversion.py
Fri, 15 Aug 2014 04:37:46 +0200 Mads Kiilerich cleanup: fix some list comprehension redefinitions of existing vars
Mon, 19 May 2014 22:12:30 +0200 Mads Kiilerich convert: introduce hascommitfrommap sink method
Mon, 19 May 2014 22:11:14 +0200 Mads Kiilerich convert: rename sink hascommit to hascommitforsplicemap
Wed, 16 Apr 2014 01:09:49 +0200 Mads Kiilerich convert: backout b75a04502ced and 9616b03113ce - tagmap
Fri, 07 Feb 2014 17:29:37 +0100 Mads Kiilerich convert: secret config option for disabling debugsvnlog
Fri, 07 Feb 2014 17:28:37 +0100 Mads Kiilerich convert: make subversion revsplit more stable when meeting revisions without @
Wed, 22 Jan 2014 15:40:17 -0600 Sean Farley convert: add tagmap logic
Tue, 21 Jan 2014 11:34:55 -0600 Sean Farley convert: add mapname parameter to checkrevformat
Sat, 16 Nov 2013 19:56:30 -0500 Mads Kiilerich convert: fix svn crash when svn.ra.get_log calls back with orig_paths=None stable
Fri, 20 Sep 2013 10:15:23 -0400 Augie Fackler convert: move import of xml.minidom.dom to its own line for check-code
Fri, 19 Jul 2013 16:45:44 -0500 Matt Mackall convert: catch empty origpaths in svn gettags (issue3941) stable
Thu, 25 Apr 2013 18:01:00 -0700 Ben Goswami splicemap: improve error handling when source is subversion (issue2084)
Tue, 15 Jan 2013 02:59:14 +0100 Mads Kiilerich convert: process subversion branch in a sorted order
Sun, 18 Nov 2012 12:26:50 -1000 Julian Cowley convert: add config option to use the local time zone
Tue, 11 Sep 2012 08:36:09 -0700 Bryan O'Sullivan Merge spelling fixes
Fri, 17 Aug 2012 13:58:18 -0700 timeless spelling: Explicitly
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Thu, 26 Jul 2012 12:07:55 +0200 Patrick Mezard convert/svn: handle non-local svn destination paths (issue3142) stable
Fri, 29 Jun 2012 01:51:48 +0200 Mads Kiilerich convert: check for failed svn import in debugsvnlog and abort cleanly
Thu, 28 Jun 2012 03:41:37 +0200 Mads Kiilerich convert: accept Subversion 'file:///c%3A/svnrepo' syntax on Windows
Sun, 24 Jun 2012 17:06:47 +0200 Mads Kiilerich convert: ignore svn:executable for subversion targets without exec bit support
Tue, 12 Jun 2012 14:18:18 +0200 Martin Geisler convert: lowercase status and abort messages
Sat, 12 May 2012 16:02:46 +0200 Brodie Rao cleanup: replace naked excepts with except Exception: ...
Sat, 12 May 2012 16:02:45 +0200 Brodie Rao cleanup: replace naked excepts with more specific ones
Sat, 12 May 2012 16:00:58 +0200 Brodie Rao cleanup: "raise SomeException()" -> "raise SomeException"
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Thu, 26 Apr 2012 02:41:20 +0900 FUJIWARA Katsunori i18n: use locale insensitive format for datetimes as intermediate representation (issue3398) stable
Tue, 24 Apr 2012 12:50:41 +0200 Patrick Mezard convert/svn: make svn sink work with svn 1.7 stable
Wed, 18 Apr 2012 14:04:58 +0200 Patrick Mezard convert/svn: do not try converting empty head revisions (issue3347) stable
Wed, 18 Apr 2012 14:04:58 +0200 Patrick Mezard convert/svn: refactor svn_source.latest() with a nested function stable
Wed, 18 Apr 2012 14:04:57 +0200 Patrick Mezard convert/svn: clarify svn_source.latest() stop arg default value stable
Fri, 24 Feb 2012 19:11:35 -0200 Wagner Bruna convert: fix typos in error messages stable
Fri, 10 Feb 2012 22:34:13 +0100 Patrick Mezard convert: use splicemap entries when sorting revisions (issue1748) stable
Sun, 05 Feb 2012 22:58:31 +0900 FUJIWARA Katsunori i18n: use util.pconvert() instead of 'str.replace()' for problematic encoding stable
Sat, 21 Jan 2012 13:31:41 +0100 Jesus Espino Garcia convert: subversion convert abort on revision not found (issue 3205) stable
Fri, 30 Dec 2011 17:04:36 -0600 Matt Mackall merge with stable
Fri, 30 Dec 2011 15:47:58 -0600 Matt Mackall convert: improve exception reporting for SVN logstream stable
Fri, 02 Dec 2011 17:38:07 +0100 Patrick Mezard convert/svn: update svn working copy only when necessary
Thu, 01 Dec 2011 20:42:24 +0100 Patrick Mezard convert/svn: fix URL quoting issue with svn 1.7 stable
Sat, 29 Oct 2011 11:02:23 -0500 Matt Mackall backout dbdb777502dc (issue3077) (issue3071) stable
Mon, 24 Oct 2011 13:51:24 +0200 Thomas Arendsen Hein consistency: use util.realpath instead of os.path.realpath where useful stable
Mon, 19 Sep 2011 14:19:26 +0200 Martin Geisler convert: rename local variable
Sun, 08 May 2011 20:45:47 +0200 Adrian Buehlmann rename util.is_exec to isexec
Fri, 06 May 2011 15:25:35 +0200 Adrian Buehlmann rename util.set_binary to setbinary
Fri, 06 May 2011 15:22:31 +0200 Adrian Buehlmann rename util.set_flags to setflags
Mon, 02 May 2011 10:11:18 +0200 Dan Villiom Podlaski Christiansen prevent transient leaks of file handle by using new helper functions
Sun, 01 May 2011 17:35:05 +0200 Mads Kiilerich convert: handle invalid subversion source paths
Wed, 20 Apr 2011 19:54:57 +0200 Adrian Buehlmann move opener from util to scmutil
Thu, 17 Mar 2011 22:17:27 +0100 Patrick Mezard convert/svn: extract revsplit() in a function
Tue, 15 Mar 2011 16:53:46 -0500 Matt Mackall merge with stable
Mon, 14 Mar 2011 21:35:31 +0100 Patrick Mezard convert/svn: fix _iterfiles() output in root dir case (issue2647) stable
Thu, 03 Mar 2011 22:41:38 +0100 Patrick Mezard convert/svn: stop using svn bindings when pushing to svn
Thu, 03 Mar 2011 22:19:28 +0100 Patrick Mezard convert/svn: read trunk name once, use None for default
Fri, 25 Feb 2011 21:01:30 +0300 Pavel Boldin convert.svn: branch name which equals trunk means `default' branch (issue2653) stable
Thu, 24 Feb 2011 01:14:15 +0530 Azhagu Selvan SP convert/svn: abort operation when python bindings are not available stable
Wed, 22 Dec 2010 13:25:00 -0600 Steve Borho convert: subversion should use util.quotecommand to wrap args to popen2
Mon, 29 Nov 2010 20:13:11 +0100 Patrick Mezard convert/svn: fix changed files list upon directory replacements stable
Wed, 20 Oct 2010 10:13:04 +0200 Martin Geisler check-code: find trailing whitespace
Mon, 20 Sep 2010 21:46:39 +0200 Patrick Mezard convert/svn: fix broken symlink renames in svn sink stable
Wed, 11 Aug 2010 12:29:20 +0200 Martin Geisler convert: less shouting in SVN sink warning stable
less more (0) -100 -60 tip