log mercurial/chgserver.py @ 50899:defd2b3eafdb

age author description
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
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