##// 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:

r4602:d9d177ef default
r6784:18c429ea default
Show More
test-impexp-branch.out
5 lines | 147 B | text/plain | TextLexer
/ tests / test-impexp-branch.out
Brendan Cully
Fix up tests for new branch message
r4602 marked working directory as branch abranch
Eric Hopper
Add a test for the Branch header being in hg export.
r4442 applying patch from stdin
applying patch from stdin
Eric Hopper
Alter test to test import --exact to make sure it works with branches.
r4444 applying patch from stdin
applying patch from stdin