hgext/convert/subversion.py
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Wed, 29 May 2019 21:40:41 +0300 Pulkit Goyal py3: fix test-convert-svn-sink.t
Wed, 20 Feb 2019 19:28:51 -0500 Augie Fackler cleanup: use () to wrap long lines instead of \
Thu, 07 Feb 2019 21:48:50 +0300 Nikita Slyusarev convert: handle exec bit removal while converting to svn
Thu, 07 Feb 2019 18:57:54 +0300 Nikita Slyusarev convert: handle empty intial commits while converting to svn
Thu, 17 Jan 2019 09:17:12 -0800 Martin von Zweigbergk cleanup: delete lots of unused local variables
Wed, 23 Jan 2019 16:21:36 -0800 Gregory Szorc convert: use raw strings for XML strings
Sat, 13 Oct 2018 03:58:20 +0300 Pulkit Goyal py3: use '%s' instead of %r in hgext/convert/subversion.py
Fri, 21 Sep 2018 19:48:23 -0400 Matt Harbison py3: rename pycompat.getcwd() to encoding.getcwd() (API)
Tue, 04 Sep 2018 17:16:29 +0300 Pulkit Goyal py3: don't return the revid as unicode in hgext/convert/subversion.py
Mon, 18 Jun 2018 15:05:52 -0700 Martin von Zweigbergk convert: use progress helper
Sat, 26 May 2018 12:14:04 +0900 Yuya Nishihara py3: wrap tempfile.mkstemp() to use bytes path
Sat, 19 May 2018 18:24:36 +0530 Pulkit Goyal py3: add b'' prefixes in hgext/convert/subversion.py
Sat, 24 Mar 2018 15:10:51 +0900 Yuya Nishihara procutil: bulk-replace function calls to point to new module
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Sat, 10 Mar 2018 15:57:16 +0900 Yuya Nishihara py3: use r'' instead of sysstr('') to get around code transformer
Sat, 03 Mar 2018 21:01:07 +0530 Pulkit Goyal py3: use util.forcevytestr to convert error to bytes
Thu, 15 Feb 2018 17:18:26 +0100 Boris Feld util: extract all date-related utils in utils/dateutil module
Wed, 28 Feb 2018 16:24:39 +0100 Sascha Nemecek convert: avoid closing ui.fout in subversion code (issue5807)
Tue, 27 Feb 2018 14:28:17 +0530 Pulkit Goyal py3: make sure regexes are bytes
Sun, 18 Feb 2018 00:43:50 -0500 Augie Fackler py3: use default dict iterator instead of iterkeys
Tue, 13 Feb 2018 21:52:51 +0900 Yuya Nishihara convert: fix line ending of mapfile and commit.desc file
Mon, 12 Feb 2018 23:50:58 -0500 Augie Fackler convert: open all files in binary mode
Wed, 22 Nov 2017 20:49:01 -0500 Matt Harbison convert: save an indicator of the repo type for sources and sinks
Wed, 18 Oct 2017 18:11:50 -0400 Augie Fackler convert: register missed subversion config items
Thu, 12 Oct 2017 23:30:46 -0700 Jun Wu codemod: use pycompat.iswindows
Fri, 30 Jun 2017 03:36:46 +0200 Boris Feld configitems: register the 'convert.svn.startrev' config
Fri, 30 Jun 2017 03:36:36 +0200 Boris Feld configitems: register the 'convert.svn.debugsvnlog' config
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
less more (0) -300 -100 -60 tip