mercurial/archival.py
Mon, 06 Jan 2025 00:30:55 -0500 Matt Harbison pyupgrade: drop the quoting around type annotations
Tue, 31 Dec 2024 22:36:56 -0500 Matt Harbison archival: validate the archive `kind` argument first
Wed, 04 Dec 2024 22:25:33 -0500 Matt Harbison archival: stop using the `pycompat.open()` shim
Tue, 31 Dec 2024 22:07:29 -0500 Matt Harbison archival: switch the archive `kind` argument from bytes to str
Wed, 04 Dec 2024 22:29:17 -0500 Matt Harbison archival: use str for a ValueError argument
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Thu, 12 Sep 2024 12:53:00 -0400 Matt Harbison typing: simplify archive.gz writing and drop a few pytype suppressions
Thu, 12 Sep 2024 12:28:27 -0400 Matt Harbison typing: add explicit hints for recent pytype regressions
Wed, 15 Nov 2023 22:11:34 +0100 Joerg Sonnenberger archive: defer opening the output until a file is matched
Wed, 14 Dec 2022 01:51:33 -0500 Matt Harbison typing: add type hints to pycompat.bytestr
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()
less more (0) -100 -12 tip