log mercurial/dispatch.py @ 50569:fca08dd6223d

age author description
Thu, 02 Feb 2023 17:23:37 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Thu, 02 Feb 2023 17:23:31 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Thu, 02 Feb 2023 17:23:20 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Sat, 13 Apr 2019 03:44:47 +0200 Manuel Jacob hidden: support passing --hidden with `serve --stdio`
Fri, 02 Dec 2022 16:36:43 +0100 Pierre-Yves David path: use `get_clone_path_obj` in _getlocal
Wed, 10 Aug 2022 15:01:50 -0400 Arun Kulshreshtha dispatch: change cwd when loading local config
Tue, 31 May 2022 16:54:58 +0200 Manuel Jacob py3: catch BrokenPipeError instead of checking errno == EPIPE