Mercurial > public > mercurial-scm > hg
log mercurial/hgweb/webcommands.py @ 39878:3e896b51aa5d
age | author | description |
---|---|---|
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 |
Wed, 15 Aug 2018 17:06:12 -0400 | Augie Fackler | merge with stable |
Thu, 09 Aug 2018 13:04:52 +0800 | Anton Shestakov | hgweb: catch ParseError that's raised by revset.match() stable |