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

age author description
Tue, 07 Jan 2025 14:05:51 +0100 Joerg Sonnenberger clonebundles: allow storing inline clonebundles outside .hg
Sun, 05 Jan 2025 22:26:16 -0500 Matt Harbison pyupgrade: rewrite `yield` statements in a loop to `yield from`
Sun, 05 Jan 2025 21:03:17 -0500 Matt Harbison pyupgrade: drop usage of py3 aliases for `OSError`
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Thu, 23 May 2024 11:05:11 +0200 Julien Cristau clonebundles: add missing newline to legacy response
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Thu, 31 Aug 2023 23:56:15 +0200 Pierre-Yves David safehasattr: drop usage in favor of hasattr