Mercurial > public > mercurial-scm > hg
log mercurial/hgweb/webcommands.py @ 27785:ba427b51f1d8
age | author | description |
---|---|---|
Wed, 30 Dec 2015 17:15:10 -0700 | Gregory Szorc | hgweb: support rendering a sub-topic |
Wed, 30 Dec 2015 17:34:51 -0700 | Gregory Szorc | hgweb: support rendering sub-topic indexes |
Fri, 13 Nov 2015 14:35:36 +0800 | Anton Shestakov | hgweb: move entry-preparing code from webcommands to webutils.commonentry() |
Sat, 28 Nov 2015 17:06:29 +0800 | Anton Shestakov | webcommands: test that fctx is not None in filediff() |
Sat, 28 Nov 2015 16:46:31 +0800 | Anton Shestakov | webcommands: stop using ersatz if-else ternary operator for rename variable |
Sat, 28 Nov 2015 16:02:22 +0800 | Anton Shestakov | webcommands: get correct parents when comparing a removed file (issue4962) |
Fri, 13 Nov 2015 18:31:58 +0800 | Anton Shestakov | paper: show current revision on file log page |