log mercurial/templatekw.py @ 51845:cd72a88c5599 default tip

age author description
Tue, 20 Aug 2024 18:30:47 -0400 Matt Harbison typing: lock in correct changes from pytype 2023.04.11 -> 2023.06.16
Tue, 14 Nov 2023 22:47:17 +0100 pacien templatekw: fix inconsistency of diffstat with diff.merge
Mon, 21 Feb 2022 11:13:15 -0700 Gregory Szorc templatekw: 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, 28 Jan 2022 11:35:41 +0100 Pierre-Yves David rank: add context and template keyword
Thu, 15 Apr 2021 16:58:20 +0200 Pierre-Yves David urlutil: make `paths` class old list of `path`
Thu, 15 Apr 2021 12:33:05 +0200 Pierre-Yves David template: add a `paths` field to all entry in peerurls
Thu, 15 Apr 2021 12:08:34 +0200 Pierre-Yves David template: make an explicit closure for formatting entry in peerurls
Thu, 15 Apr 2021 11:50:08 +0200 Pierre-Yves David template: use `list_paths` in `peerurls`
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Thu, 12 Nov 2020 14:07:34 -0800 Martin von Zweigbergk templates: define a {onelinesummary} keyword
Wed, 07 Oct 2020 00:45:41 +0800 Aay Jay Chan templatekw: make {successorssets} always return a list (issue6342)