##// END OF EJS Templates
Do not use osutil.c with python 2.4 and Windows (issue1364)...
Do not use osutil.c with python 2.4 and Windows (issue1364) Windows python 2.4 os.stat() reports times including DST offset, while osutil.c reports the correct value, which makes status() systematically compare files content. This bug is fixed in python 2.5. Using osutil.py instead of osutil.c is 4x times slower on large repositories but current code is completely unusable. Given few people are likely to use python 2.4 on Windows this solution was considered a good trade-off compared to more invasive solutions trying to address the offset issue.

File last commit:

r10398:ace3cf2b default
r10521:bde1bb25 stable
Show More
test-push-http.out
38 lines | 1.1 KiB | text/plain | TextLexer
/ tests / test-push-http.out
Vadim Gelfer
add tests for push over http.
r2481 adding a
Adrian Buehlmann
hg.clone: report branch name on update
r9611 updating to branch default
Vadim Gelfer
add tests for push over http.
r2481 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
% expect ssl error
Mads Kiilerich
tests: don't just silently strip port numbers
r10398 pushing to http://localhost:$HGPORT/
Vadim Gelfer
add tests for push over http.
r2481 searching for changes
ssl required
Dirkjan Ochtman
tests: easier hg serve error diagnosis
r6167 % serve errors
Vadim Gelfer
add tests for push over http.
r2481 % expect authorization error
Dirkjan Ochtman
hgweb: only accept POST requests for unbundle
r6335 abort: authorization failed
Mads Kiilerich
tests: don't just silently strip port numbers
r10398 pushing to http://localhost:$HGPORT/
Vadim Gelfer
add tests for push over http.
r2481 searching for changes
Dirkjan Ochtman
tests: easier hg serve error diagnosis
r6167 % serve errors
Vadim Gelfer
add tests for push over http.
r2481 % expect authorization error: must have authorized user
Dirkjan Ochtman
hgweb: only accept POST requests for unbundle
r6335 abort: authorization failed
Mads Kiilerich
tests: don't just silently strip port numbers
r10398 pushing to http://localhost:$HGPORT/
Vadim Gelfer
add tests for push over http.
r2481 searching for changes
Dirkjan Ochtman
tests: easier hg serve error diagnosis
r6167 % serve errors
Vadim Gelfer
add tests for push over http.
r2481 % expect success
Mads Kiilerich
tests: don't just silently strip port numbers
r10398 pushing to http://localhost:$HGPORT/
Vadim Gelfer
add tests for push over http.
r2481 searching for changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
Dirkjan Ochtman
tests: easier hg serve error diagnosis
r6167 % serve errors
changegroup hook: HG_NODE=ba677d0156c1196c1a699fa53f390dcfc3ce3872 HG_SOURCE=serve HG_URL=remote:http
Vadim Gelfer
add tests for push over http.
r2481 rolling back last transaction
% expect authorization error: all users denied
Dirkjan Ochtman
hgweb: only accept POST requests for unbundle
r6335 abort: authorization failed
Mads Kiilerich
tests: don't just silently strip port numbers
r10398 pushing to http://localhost:$HGPORT/
Vadim Gelfer
add tests for push over http.
r2481 searching for changes
Dirkjan Ochtman
tests: easier hg serve error diagnosis
r6167 % serve errors
Vadim Gelfer
add tests for push over http.
r2481 % expect authorization error: some users denied, users must be authenticated
Dirkjan Ochtman
hgweb: only accept POST requests for unbundle
r6335 abort: authorization failed
Mads Kiilerich
tests: don't just silently strip port numbers
r10398 pushing to http://localhost:$HGPORT/
Vadim Gelfer
add tests for push over http.
r2481 searching for changes
Dirkjan Ochtman
tests: easier hg serve error diagnosis
r6167 % serve errors