log mercurial/chgserver.py @ 51813:adbfbbf9963f

age author description
Wed, 24 Jul 2024 18:17:00 -0400 Matt Harbison typing: narrow the scope of some recent disabled import warnings
Thu, 18 Jul 2024 12:03:29 +0200 Rapha?l Gom?s pytype: work around wrong ImportError flagging
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:03:29 +0200 Rapha?l Gom?s pytype: work around wrong ImportError flagging
Wed, 20 Dec 2023 11:23:09 +0100 Pierre-Yves David pytype: convert type comment for inline variable too
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
Thu, 31 Aug 2023 16:57:16 +0200 Pierre-Yves David mq: use sysstr to check for attribute access
Thu, 02 Feb 2023 17:19:55 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Thu, 02 Feb 2023 17:19:46 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Thu, 02 Feb 2023 17:19:35 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Thu, 02 Jun 2022 23:57:56 +0200 Manuel Jacob chg: replace mercurial.util.recvfds() by simpler pure Python implementation
Thu, 02 Jun 2022 16:24:06 +0200 Rapha?l Gom?s branching: merge stable into default
Mon, 30 May 2022 11:52:31 +0200 Rapha?l Gom?s chg: ignore already closed fds when cleaning up stable
Fri, 04 Mar 2022 10:28:46 +0900 Yuya Nishihara chgserver: remove Python 2 file descriptor logic