sapling/mercurial/hgweb
Pierre-Yves David efe098ab89 hgweb: prevent traceback during search when filtered (issue3783)
The search needs to iterate over the repo using changelog.revs like the rest of
the Mercurial code.
2013-01-29 16:44:51 +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: run with "served" filter 2013-01-15 22:34:56 +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: prevent traceback during search when filtered (issue3783) 2013-01-29 16:44:51 +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