sapling/mercurial/hgweb
Rocco Rutte fd3e1122b0 hgweb: Serve raw non-binary files as text/plain
Previously these were served as application/octet-stream usually making
browsers download them as files though they can be displayed inline just
fine. This is useful to refer to e.g. /project/raw-file/tip/README.
2008-09-03 15:46:46 +02:00
..
__init__.py Replace demandload with new demandimport 2006-12-13 13:27:09 -06:00
common.py hgweb: raise ErrorResponses to communicate protocol errors 2008-07-22 18:23:20 +02:00
hgweb_mod.py hgweb: return content iterator instead of using write() callable 2008-08-30 17:13:23 +02:00
hgwebdir_mod.py hgweb: return content iterator instead of using write() callable 2008-08-30 17:13:23 +02:00
protocol.py make streamclone.stream_out() a generator 2008-08-15 13:25:57 +02:00
request.py hgweb: move shortcut expansion to request instantiation 2008-06-26 13:45:39 +02:00
server.py i18n: mark strings for translation in Mercurial 2008-08-31 16:12:02 +02:00
webcommands.py hgweb: Serve raw non-binary files as text/plain 2008-09-03 15:46:46 +02:00
webutil.py add __len__ and __iter__ methods to repo and revlog 2008-06-26 14:35:50 -05:00
wsgicgi.py hgweb: fix WSGI iterators handling in CGI adapter (issue1254) 2008-08-21 10:55:24 +02:00