sapling/mercurial/hgweb
David Soria Parra 9939f03d8e hg: make file view in hgweb working
Summary:
hgweb's file view must determine if the displayed file revision is
the head of the filelog graph. As remotefilelog does not implement file
revision, we have to check if headrevs is implemented.

Reviewed By: DurhamG

Differential Revision: D6954143

fbshipit-source-id: 0657e58110112537dc5baadf743c657d4ecf372a
2018-04-13 21:51:10 -07:00
..
__init__.py hgweb: add --port-file flag 2018-04-13 21:51:07 -07:00
common.py codemod: use single blank line 2018-04-13 21:51:08 -07:00
hgweb_mod.py codemod: use single blank line 2018-04-13 21:51:08 -07:00
hgwebdir_mod.py hgweb: use native strings consistently for querystring parsing 2017-10-05 14:48:52 -04:00
protocol.py hgweb: fix decodevaluefromheaders to always return a bytes value 2017-10-15 00:43:01 -04:00
request.py hgweb: fill in content-type and content-length as native strings 2017-10-14 11:20:31 -04:00
server.py hgweb: more "http headers are native strs" cleanup 2017-10-15 00:38:33 -04:00
webcommands.py hg: make file view in hgweb working 2018-04-13 21:51:10 -07:00
webutil.py flake8: enable F821 check 2018-04-13 21:51:09 -07:00
wsgicgi.py hgweb: when constructing or adding to a wsgi environ dict, use native strs 2017-10-05 14:22:02 -04:00