log hgext/convert/subversion.py @ 51801:62b25293b620 default tip

age author description
Thu, 18 Jul 2024 12:36:12 +0200 Raphaël Gomès black: format the codebase with 23.3.0
Tue, 23 Jul 2024 10:02:46 +0200 Raphaël Gomès Backout accidental publication of a large range of revisions
Thu, 18 Jul 2024 12:36:12 +0200 Raphaël Gomès black: format the codebase with 23.3.0
Thu, 11 Jul 2024 21:54:02 -0400 Matt Harbison convert: fix various leaked file descriptors
Fri, 06 Jan 2023 10:56:53 -0500 Matt Harbison typing: suppress a couple of attribute-errors in convert
Fri, 06 Jan 2023 13:04:50 -0500 Matt Harbison typing: suppress a bunch of potential import-error cases in extensions
Tue, 31 May 2022 01:06:29 +0200 Manuel Jacob convert: inline Python 3 variant of url2pathname_like_subversion()
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Tue, 01 Mar 2022 20:29:03 -0800 Gregory Szorc py3: use pickle directly
Sat, 10 Jul 2021 14:07:33 +0200 Pierre-Yves David windows: use abspath in convert.subversion
Fri, 30 Apr 2021 16:13:02 -0700 Kyle Lippincott black: make codebase compatible with black v21.4b2 and v20.8b1 stable
Tue, 12 Jan 2021 00:11:16 +0300 Nikita Slyusarev convert: option to set date and time for svn commits
Wed, 01 Jul 2020 14:28:12 -0400 Augie Fackler merge with stable
Tue, 30 Jun 2020 07:23:29 +0200 Manuel Jacob convert: handle percent-encoded bytes in file URLs like Subversion stable 5.4.2
Tue, 30 Jun 2020 16:39:45 +0200 Manuel Jacob convert: add docstring on convert.subversion.geturl() stable
Tue, 30 Jun 2020 05:30:47 +0200 Manuel Jacob convert: convert URLs to UTF-8 for Subversion stable
Mon, 29 Jun 2020 15:03:36 +0200 Manuel Jacob convert: correctly convert paths to UTF-8 for Subversion stable
Tue, 30 Jun 2020 05:04:36 +0200 Manuel Jacob py3: pass URL as str stable
Tue, 30 Jun 2020 04:55:52 +0200 Manuel Jacob convert: bail out in Subversion source if encountering non-ASCII HTTP(S) URL stable
Mon, 29 Jun 2020 20:53:32 +0900 Yuya Nishihara merge with stable
Sun, 28 Jun 2020 18:02:45 +0200 Manuel Jacob convert: set LC_CTYPE around calls to Subversion bindings stable
Thu, 25 Jun 2020 22:40:04 +0900 Yuya Nishihara merge with stable
Tue, 16 Jun 2020 14:38:50 +0200 Manuel Jacob py3: fix comparison between int and None stable
Tue, 16 Jun 2020 14:33:49 +0200 Manuel Jacob py3: pass regex as bytes stable
Tue, 16 Jun 2020 14:32:10 +0200 Manuel Jacob py3: avoid using %r format on bytes stable
Tue, 16 Jun 2020 14:03:00 +0200 Manuel Jacob py3: use `%d` for int in % formatting stable
Tue, 16 Jun 2020 14:00:20 +0200 Manuel Jacob py3: pass native string to urlreq.url2pathname() stable
Mon, 15 Jun 2020 03:38:02 +0200 Manuel Jacob py3: use `pycompat.ziplist()` stable