log mercurial/hgweb/common.py @ 53040:cdd7bf612c7b stable tip

age author description
Tue, 17 Dec 2024 01:10:28 -0500 Matt Harbison hgweb: replace a trivial file read with the `util` function
Wed, 04 Dec 2024 20:54:35 -0500 Matt Harbison hgweb: stop using the `pycompat.open()` shim
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Sat, 13 Apr 2019 01:53:59 +0200 Pierre-Yves David hgweb: move ismember from `hgweb.common` to `scmutil`
Sat, 13 Apr 2019 01:17:56 +0200 Pierre-Yves David hgweb: add support to explicitly access hidden changesets
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
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
Mon, 03 Aug 2020 23:41:50 -0700 Martin von Zweigbergk hgweb: minimize scope of a try-block in staticfile()
Mon, 03 Aug 2020 23:38:50 -0700 Martin von Zweigbergk hgweb: ignore web.templates config when guessing mime type for static content
Sat, 22 Aug 2020 16:03:44 -0700 Martin von Zweigbergk hgweb: let staticfile() look up path from default location unless provided
Mon, 03 Aug 2020 22:15:45 -0700 Martin von Zweigbergk hgweb: simplify staticfile() now that we always pass it a single directory
Thu, 05 Dec 2019 11:15:19 -0500 Augie Fackler merge with stable