log mercurial/bundle2.py @ 53042:cdd7bf612c7b stable tip

age author description
Wed, 29 Jan 2025 15:50:01 +0100 Pierre-Yves David bundle2: also expose the `tell` attribute of the underlying chunkbuffer
Mon, 27 Jan 2025 18:08:34 +0100 Pierre-Yves David bundle2-part: provide a "__iter__" pass through
Sat, 15 Feb 2025 15:20:33 +0100 Pierre-Yves David pycompat: backed out changeset e02c36478284
Sat, 21 Dec 2024 17:43:38 -0500 Matt Harbison typing: add some type annotations around `mercurial.util.sortdict` usage
Mon, 06 Jan 2025 20:02:17 -0500 Matt Harbison typing: lock in the new type annotations detected with the pyupgrade changes
Mon, 06 Jan 2025 00:30:55 -0500 Matt Harbison pyupgrade: drop the quoting around type annotations
Sun, 05 Jan 2025 22:26:16 -0500 Matt Harbison pyupgrade: rewrite `yield` statements in a loop to `yield from`
Sun, 05 Jan 2025 22:23:31 -0500 Matt Harbison pyupgrade: modernize calls to superclass methods
Sun, 05 Jan 2025 21:03:17 -0500 Matt Harbison pyupgrade: drop usage of py3 aliases for `OSError`
Mon, 08 Jul 2024 22:46:04 +0200 Joerg Sonnenberger exchange: improve computation of relevant markers for large repos
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Mon, 16 Sep 2024 15:36:38 +0200 Matt Harbison format: add many "missing" comma
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
Wed, 10 Jul 2024 17:09:34 -0400 Matt Harbison typing: add some type hints for bundle2 capabilities
Mon, 08 Jul 2024 16:20:04 +0200 Rapha?l Gom?s Backed out changeset f28c52a9f7b4 stable
Tue, 11 Jun 2024 18:47:50 +0200 Joerg Sonnenberger exchange: improve computation of relevant markers for large repos
Tue, 02 Apr 2024 21:53:17 +0200 Pierre-Yves David bundlespec: rationalize the way we specify stream bundle version
Thu, 28 Mar 2024 07:12:09 +0000 Pierre-Yves David bundle2: make the "hgtagsfnodes" part advisory stable
Wed, 11 Oct 2023 02:02:46 +0200 Pierre-Yves David branching: merge stable into default
Tue, 10 Oct 2023 18:29:04 +0200 Joerg Sonnenberger cleanup: typos, formatting stable
Thu, 31 Aug 2023 23:56:15 +0200 Pierre-Yves David safehasattr: drop usage in favor of hasattr
Wed, 30 Aug 2023 13:00:14 +0200 Pierre-Yves David bundle2: use sysstr to check for attribute presence
Thu, 01 Jun 2023 17:39:22 +0100 Arseniy Alekseyev stream-clone: add a v3 version of the protocol
Fri, 03 Feb 2023 01:03:45 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Thu, 02 Feb 2023 17:19:26 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Tue, 23 May 2023 01:39:47 +0200 Arseniy Alekseyev stream-clone: support streamv3 on the cli [hg bundle]
Tue, 23 May 2023 01:28:56 +0200 Pierre-Yves David stream-clone: add the `-exp` prefix to the bundle part
Fri, 19 May 2023 14:49:50 +0200 Pierre-Yves David stream-clone: introduce the notion of an experimental "v3" version