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

r6338:0750f111 default
r6784:18c429ea default
Show More
test-merge8.out
10 lines | 345 B | text/plain | TextLexer
Adrian Buehlmann
clone: print "updating working directory" status message...
r6338 updating working directory
Thomas Arendsen Hein
Test for ba7c74081861 (update dirstate correctly for non-branchmerge updates)...
r3389 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
pulling from ../a
searching for changes
adding changesets
adding manifests
adding file changes
added 2 changesets with 2 changes to 1 files
(run 'hg update' to get a working copy)
Matt Mackall
merge: fix spurious merges for copies in linear updates...
r4416 1 files updated, 0 files merged, 1 files removed, 0 files unresolved