log mercurial/templatefuncs.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
Wed, 14 Feb 2024 15:21:44 -0500 Jordi Guti?rrez Hermoso doc: document that labels must have a dot in them to have an effect
Wed, 31 May 2023 22:36:50 +0200 Joerg Sonnenberger doc: format argument for date uses strftime format string (issue6818) stable
Mon, 30 May 2022 16:18:12 +0200 Manuel Jacob node: stop converting binascii.Error to TypeError in bin()
Mon, 21 Feb 2022 11:12:47 -0700 Gregory Szorc templatefuncs: 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