log mercurial/help.py @ 53042:cdd7bf612c7b stable tip

age author description
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Mon, 16 Sep 2024 15:36:38 +0200 Matt Harbison format: add many "missing" comma
Thu, 05 Sep 2024 12:28:12 +0200 Pierre-Yves David help: add :config-doc:`section.key` shorthand to insert documentation
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:26:10 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Fri, 25 Nov 2022 15:14:40 +0100 Rapha?l Gom?s branching: merge stable into default
Sun, 20 Nov 2022 22:54:43 -0500 Matt Harbison typing: add type hints to mercurial/help.py
Sun, 20 Nov 2022 15:55:27 -0500 Matt Harbison help: fix a py3 error interpolating Set into b'%s' stable
Thu, 03 Nov 2022 15:43:04 +0100 Rapha?l Gom?s config: add alias from `hg help rhg` to `hg help rust` stable
Thu, 24 Mar 2022 20:31:44 -0700 Martin von Zweigbergk help: use new function for getting first line of string
Mon, 21 Feb 2022 11:10:08 -0700 Gregory Szorc help: remove pycompat.iteritems()
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 26 Nov 2021 14:28:27 +0100 Rapha?l Gom?s docs: add documentation about Rust stable