Mercurial > public > mercurial-scm > hg
log mercurial/commandserver.py @ 51528:f85f23f1479b
age | author | description |
---|---|---|
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, 02 Feb 2023 17:21:22 +0100 | Pierre-Yves David | safehasattr: pass attribute name as string instead of bytes |
Thu, 02 Feb 2023 17:21:14 +0100 | Pierre-Yves David | safehasattr: pass attribute name as string instead of bytes |
Thu, 02 Feb 2023 17:21:04 +0100 | Pierre-Yves David | safehasattr: pass attribute name as string instead of bytes |
Thu, 02 Feb 2023 17:20:54 +0100 | Pierre-Yves David | safehasattr: pass attribute name as string instead of bytes |
Tue, 31 May 2022 16:54:58 +0200 | Manuel Jacob | py3: catch BrokenPipeError instead of checking errno == EPIPE |