Mercurial > public > mercurial-scm > hg
log mercurial/hgweb/webcommands.py @ 40211:d216ae4cc3f6
age | author | description |
---|---|---|
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() |
Tue, 04 Sep 2018 12:16:28 -0400 | Augie Fackler | merge with stable |
Fri, 31 Aug 2018 21:44:24 +0900 | Yuya Nishihara | hgweb: load revcount + 1 entries to fill nextentry in log page (issue5972) stable 4.7.1 |