Mercurial > public > mercurial-scm > hg
log mercurial/templater.py @ 53042:cdd7bf612c7b stable tip
age | author | description |
---|---|---|
Sun, 05 Jan 2025 21:03:17 -0500 | Matt Harbison | pyupgrade: drop usage of py3 aliases for `OSError` |
Mon, 16 Sep 2024 15:36:44 +0200 | Matt Harbison | typing: add `from __future__ import annotations` to most files |
Wed, 10 Jul 2024 18:34:47 -0400 | Matt Harbison | typing: add a few trivial type hints to `mercurial/templater.py` |
Fri, 01 Sep 2023 00:09:55 +0200 | Pierre-Yves David | pycompat: drop usage of hasattr/getattr/setattr/delatt proxy |
Wed, 14 Dec 2022 01:51:33 -0500 | Matt Harbison | typing: add type hints to pycompat.bytestr |
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() |