log mercurial/chgserver.py @ 53040:cdd7bf612c7b stable tip

age author description
Wed, 29 Jan 2025 16:09:06 -0500 Matt Harbison dispatch: add support for the `--config-file` global option
Sun, 05 Jan 2025 22:23:31 -0500 Matt Harbison pyupgrade: modernize calls to superclass methods
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
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
Fri, 04 Mar 2022 10:28:46 +0900 Yuya Nishihara chgserver: remove Python 2 file descriptor logic
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()
Mon, 21 Feb 2022 10:43:58 -0700 Gregory Szorc chgserver: remove Python 2 support code
Mon, 21 Feb 2022 10:40:58 -0700 Gregory Szorc chgserver: remove Python 2 branch
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Mon, 30 May 2022 11:52:31 +0200 Rapha?l Gom?s chg: ignore already closed fds when cleaning up stable
Tue, 14 Dec 2021 17:06:32 -0500 Matt Harbison pytype: stop excluding chgserver.py
Sat, 10 Jul 2021 14:05:38 +0200 Pierre-Yves David windows: use abspath in chgserver
Tue, 18 May 2021 21:45:59 -0700 Martin von Zweigbergk errors: catch the new Error class in scmutil and chgserver
Tue, 18 May 2021 17:15:49 -0700 Martin von Zweigbergk errors: let each Abort subclass define its error code
Fri, 18 Dec 2020 13:53:26 +0530 Pulkit Goyal chgserver: respect detailed exit code in case of ConfigError
Thu, 17 Dec 2020 10:43:43 -0800 Martin von Zweigbergk errors: respect ui.detailed-exit-code in chg
Tue, 01 Dec 2020 21:54:46 +0100 Joerg Sonnenberger node: import symbols explicitly