sapling/mercurial/hgweb
Pierre-Yves David 33157b2eac hgweb: ignore filtered revision in revnav
This changeset checks that a revision is known before adding it to the
navigation.

This will prevent traceback on filtered repository. This changeset result in an
incorrect behaviors, Navigation link may be dropped without any replacement.
However this bad navigation generation is much better than a crash
2013-01-16 14:19:28 +01:00
..
__init__.py hgweb: make hgweb.hgweb a unified interface to hgweb/hgwebdir 2010-04-26 11:03:40 -05:00
common.py hgweb: pass the actual response body to request.response, not just the length 2013-01-15 01:07:03 +01:00
hgweb_mod.py hgweb: pass the actual response body to request.response, not just the length 2013-01-15 01:07:03 +01:00
hgwebdir_mod.py merge with stable 2013-01-02 00:24:28 -06:00
protocol.py hgweb: pass the actual response body to request.response, not just the length 2013-01-15 01:07:03 +01:00
request.py hgweb: pass the actual response body to request.response, not just the length 2013-01-15 01:07:03 +01:00
server.py serve: don't send any content headers with 304 responses 2013-01-15 20:54:57 +01:00
webcommands.py hgweb: pass repo object to revnav construction 2013-01-16 13:18:22 +01:00
webutil.py hgweb: ignore filtered revision in revnav 2013-01-16 14:19:28 +01:00
wsgicgi.py fix trivial spelling errors 2012-08-15 22:38:42 +02:00