##// END OF EJS Templates
patch: support diff data loss detection and upgrade...
patch: support diff data loss detection and upgrade In worst case, generating diff in upgrade mode can be two times more expensive than generating it in git mode directly: we may have to regenerate the whole diff again whenever a git feature is detected. Also, the first diff attempt is completely buffered instead of being streamed. That said, even without having profiled it yet, I am convinced we can fast-path the upgrade mode if necessary were it to be used in regular diff commands, and not only in mq where avoiding data loss is worth the price.

File last commit:

r9611:a3d73b3e default
r10189:e451e599 default
Show More
test-pull-http.out
12 lines | 339 B | text/plain | TextLexer
/ tests / test-pull-http.out
Dirkjan Ochtman
tests: add some tests for web.allowpull configurations
r6778 adding a
Adrian Buehlmann
hg.clone: report branch name on update
r9611 updating to branch default
Dirkjan Ochtman
tests: add some tests for web.allowpull configurations
r6778 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
% expect error, cloning not allowed
Mark Edgington
hgweb: send HTTP unauthorized error when denying pull
r7563 abort: authorization failed
Dirkjan Ochtman
tests: add some tests for web.allowpull configurations
r6778 requesting all changes
% serve errors
% expect error, pulling not allowed
Mark Edgington
hgweb: send HTTP unauthorized error when denying pull
r7563 abort: authorization failed
Dirkjan Ochtman
tests: add some tests for web.allowpull configurations
r6778 pulling from http://localhost/
searching for changes
% serve errors