Mercurial > public > mercurial-scm > hg
log mercurial/templatefuncs.py @ 51528:f85f23f1479b
age | author | description |
---|---|---|
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 |
Fri, 30 Apr 2021 03:09:16 +0200 | Joerg Sonnenberger | core: don't hard-code hex node lengths |