log mercurial/hgweb/request.py @ 49846:fda5a4b853ab

age author description
Fri, 16 Dec 2022 17:46:20 +0100 Joerg Sonnenberger hgweb: skip body creation of HEAD for most requests
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()