##// END OF EJS Templates
add support for streaming clone....
add support for streaming clone. existing clone code uses pull to get changes from remote repo. is very slow, uses lots of memory and cpu. new clone code has server write file data straight to client, client writes file data straight to disk. memory and cpu used are very low, clone is much faster over lan. new client can still clone with pull, can still clone from older servers. new server can still serve older clients.

File last commit:

r1809:ef53d200 default
r2612:ffb895f1 default
Show More
test-commit.out
16 lines | 416 B | text/plain | TextLexer
Bryan O'Sullivan
Commit date validation: more stringent checks, more useful error messages.
r1202 abort: impossible time zone offset: 4444444
transaction abort!
rollback completed
abort: invalid date: '1\t15.1'
Bryan O'Sullivan
Add test output.
r1198 transaction abort!
rollback completed
Bryan O'Sullivan
Commit date validation: more stringent checks, more useful error messages.
r1202 abort: invalid date: 'foo bar'
Bryan O'Sullivan
Add test output.
r1198 transaction abort!
rollback completed
Bryan O'Sullivan
Commit date validation: more stringent checks, more useful error messages.
r1202 abort: invalid date: ' 1 4444'
Bryan O'Sullivan
Add test output.
r1198 transaction abort!
rollback completed
Bryan O'Sullivan
Commit date validation: more stringent checks, more useful error messages.
r1202 abort: date exceeds 32 bits: 111111111111
Thomas Arendsen Hein
Updated test-commit to match changed output caused by nested transactions.
r1809 transaction abort!
rollback completed
Benoit Boissinot
only files in normal state should be marked as deleted...
r1488 abort: No such file or directory: .../test/bar