Mercurial > public > mercurial-scm > hg
log mercurial/hgweb/webcommands.py @ 40248:b24c23f7c1f9
age | author | description |
---|---|---|
Sat, 13 Oct 2018 07:53:51 -0400 | Augie Fackler | webcommands: use stringutil.pprint() to repr invalid archive types |
Fri, 12 Oct 2018 19:49:02 +0200 | Gregory Szorc | py3: r'' prefix default values for mimetypes.guess_mime() |
Thu, 11 Oct 2018 21:47:39 +0200 | Gregory Szorc | py3: pass str and return bytes from mimetypes.guess_type() |
Sun, 23 Sep 2018 16:11:01 +0900 | Yuya Nishihara | hgweb: use scmutil.binnode() to translate None to wdir hash (issue5988) |
Sun, 23 Sep 2018 16:15:48 +0900 | Yuya Nishihara | hgweb: register web.static to the config table |
Tue, 18 Sep 2018 19:00:17 -0700 | Gregory Szorc | hgweb: use heads() instead of headrevs() |