log mercurial/hgweb/hgwebdir_mod.py @ 51813:adbfbbf9963f

age author description
Thu, 18 Jul 2024 12:36:12 +0200 Rapha?l Gom?s black: format the codebase with 23.3.0
Tue, 23 Jul 2024 10:02:46 +0200 Rapha?l Gom?s Backout accidental publication of a large range of revisions
Thu, 18 Jul 2024 12:36:12 +0200 Rapha?l Gom?s black: format the codebase with 23.3.0
Tue, 19 Dec 2023 21:38:46 +0100 Pierre-Yves David hgweb: update _runwsgi try/except range to be valid
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Mon, 21 Feb 2022 10:45:24 -0700 Gregory Szorc hgweb: simplify uenv assignment
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Tue, 20 Jul 2021 17:20:19 +0200 Georges Racinet hgwebdir: avoid systematic full garbage collection
Sat, 10 Jul 2021 14:06:19 +0200 Pierre-Yves David windows: use abspath in hgwebdir
Thu, 25 Mar 2021 18:02:08 +0100 Rapha?l Gom?s contributor: change mentions of mpm to olivia
Sat, 22 Aug 2020 16:03:44 -0700 Martin von Zweigbergk hgweb: let staticfile() look up path from default location unless provided
Wed, 05 Aug 2020 14:19:42 -0700 Martin von Zweigbergk hgweb: enable reading styles from resources in frozen binaries
Wed, 05 Aug 2020 13:33:07 -0700 Martin von Zweigbergk hgweb: remove some accesses to private member uimod._unset
Mon, 03 Aug 2020 22:15:45 -0700 Martin von Zweigbergk hgweb: simplify staticfile() now that we always pass it a single directory
Fri, 24 Jul 2020 11:24:59 -0700 Martin von Zweigbergk templater: handle None returned from templatedir()