Mercurial > public > mercurial-scm > hg
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 |