##// END OF EJS Templates
hgweb: all protocol functions have become generators...
hgweb: all protocol functions have become generators Using the write() callable supplied by the start_response() call is frowned upon by the WSGI spec, returning an iterable over the content chunks is the recommended way. Be aware, though: returning many small chunks will slow down responses, because the server has to flush each chunk separately.

File last commit:

r4365:46280c00 default
r6784:18c429ea default
Show More
test-install
3 lines | 27 B | text/plain | TextLexer
Matt Mackall
Add debuginstall command to do basic install tests
r3844 #!/bin/sh
Alexis S. L. Carvalho
change tests to use simplemerge by default
r4365 hg debuginstall