hgext/convert/subversion.py
Sun, 03 Sep 2017 14:32:11 +0900 Yuya Nishihara doctest: bulk-replace string literals with b'' for Python 3
Mon, 13 Mar 2017 09:11:08 -0700 Yuya Nishihara encoding: factor out unicode variants of from/tolocal()
Thu, 02 Mar 2017 13:32:14 +0100 Pierre-Yves David vfs: use 'vfs' module directly in 'hgext.convert'
Thu, 02 Mar 2017 03:52:36 +0100 Pierre-Yves David vfs: replace 'scmutil.opener' usage with 'scmutil.vfs'
Mon, 13 Feb 2017 22:15:28 +0530 Pulkit Goyal py3: convert the mode argument of os.fdopen to unicodes (2 of 2)
Mon, 19 Dec 2016 00:28:12 +0530 Pulkit Goyal py3: replace os.name with pycompat.osname (part 2 of 2)
Sun, 16 Oct 2016 16:58:43 +0900 Yuya Nishihara convert: inline strutil.rfindall()
Wed, 23 Nov 2016 00:03:11 +0530 Pulkit Goyal py3: use pycompat.getcwd() instead of os.getcwd()
Sat, 03 Oct 2015 14:34:56 +0900 Yuya Nishihara convert: have debugsvnlog obtain standard streams from ui
Sat, 03 Oct 2015 14:29:13 +0900 Yuya Nishihara convert: remove superfluous setbinary() calls from debugsvnlog
Mon, 10 Oct 2016 05:31:31 -0700 Mateusz Kwapich py3: use raw strings in line continuation (convert ext)
Sat, 04 Jun 2016 14:38:00 +0530 Pulkit Goyal py3: conditionalize cPickle import by adding in util
Sat, 14 May 2016 14:03:12 +0900 Yuya Nishihara py3: move up symbol imports to enforce import-checker rules
Wed, 06 Apr 2016 23:22:12 +0000 timeless pycompat: switch to util.urlreq/util.urlerr for py3 compat
Sun, 10 Apr 2016 20:55:37 +0000 timeless pycompat: switch to util.stringio for py3 compat
Fri, 11 Mar 2016 22:30:04 +0800 Anton Shestakov convert: specify unit for ui.progress when scanning paths
Fri, 11 Mar 2016 21:55:44 +0900 FUJIWARA Katsunori convert: fix relative import of stdlib module in subversion
Fri, 11 Mar 2016 21:55:44 +0900 FUJIWARA Katsunori convert: make subversion import transport locally
Wed, 02 Mar 2016 16:13:05 +0000 timeless convert: subversion use absolute_import
Tue, 08 Dec 2015 08:37:12 +0000 timeless convert/svn: quiet check-config
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Wed, 08 Jul 2015 10:27:43 -0700 Durham Goode convert: add support for specifying multiple revs
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Mon, 27 Apr 2015 11:11:26 -0500 Matt Mackall convert: avoid traceback in subversion sink stable
Thu, 19 Mar 2015 17:40:19 +0100 Mads Kiilerich convert: optimize convert of files that are unmodified from p2 in merges
Fri, 13 Mar 2015 17:00:06 -0400 Jordi GutiƩrrez Hermoso style: kill ersatz if-else ternary operators
Fri, 12 Dec 2014 15:53:17 -0500 Augie Fackler convert: on svn failure, note libsvn version (issue4043)
Wed, 10 Sep 2014 10:52:00 -0400 Augie Fackler convert: enable deterministic conversion progress bar for svn
Tue, 26 Aug 2014 22:03:32 +0200 Mads Kiilerich convert: introduce --full for converting all files
Tue, 26 Aug 2014 22:03:32 +0200 Mads Kiilerich convert: refactor subversion getchanges and caching
Tue, 26 Aug 2014 22:03:32 +0200 Mads Kiilerich convert: remove incorrect and unused handling of removed svn directories
Tue, 26 Aug 2014 22:03:32 +0200 Mads Kiilerich convert: use None value for missing files instead of overloading IOError
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
less more (0) -300 -100 -60 tip