log mercurial/hgweb/webcommands.py @ 46244:fb69b51b4daa

age author description
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:40:05 -0700 Martin von Zweigbergk hgweb: handle None from templatedir() equally bad in webcommands.py
Mon, 03 Aug 2020 22:15:45 -0700 Martin von Zweigbergk hgweb: simplify staticfile() now that we always pass it a single directory
Tue, 21 Jul 2020 13:36:48 -0700 Martin von Zweigbergk hgweb: simplify now that we always have a single path
Tue, 21 Jul 2020 13:11:49 -0700 Martin von Zweigbergk templater: make templatepaths() return a single path, or None
Fri, 27 Dec 2019 14:58:02 -0500 Matt Harbison hgweb: drop an unused variable assignment
Sat, 30 Nov 2019 02:53:39 -0500 Matt Harbison hgweb: fix a few `str` type conditional for py3 stable