##// END OF EJS Templates
Issue937: error messages from hooks not sent over HTTP....
Issue937: error messages from hooks not sent over HTTP. Turns out that stderr - where ui.warn would send messages - was not being proxied over the HTTP connection. stdout was, and it seems you need both. (The streams are interleaved for readability.) Tested on Ubuntu 7.10 with lighttpd on hgweb.cgi with HTTP Basic auth, no SSL, using a changeset failing win32text.forbidcrlf.

File last commit:

r5954:851402e5 default
r6265:be76e545 default
Show More
test-convert-svn-source.out
195 lines | 3.6 KiB | text/plain | TextLexer
/ tests / test-convert-svn-source.out
Bryan O'Sullivan
convert: add support for Subversion as a sink
r5513 % initial svn import
Adding t/a
Committed revision 1.
% update svn repository
A t2/a
Checked out revision 1.
A b
Sending a
Adding b
Transmitting file data ..
Committed revision 2.
% convert to hg once
Patrick Mezard
test-convert-svn-source: test convert/multiple extra fields
r5804 assuming destination test-hg
initializing destination test-hg repository
Bryan O'Sullivan
convert: add support for Subversion as a sink
r5513 scanning source...
sorting...
converting...
1 init
0 changea
% update svn repository again
Sending a
Sending b
Transmitting file data ..
Committed revision 3.
% test incremental conversion
Patrick Mezard
test-convert-svn-source: test convert/multiple extra fields
r5804 assuming destination test-hg
Bryan O'Sullivan
convert: add support for Subversion as a sink
r5513 scanning source...
Patrick Mezard
convert: display source revision id with --verbose
r5954 fetching revision log for "/trunk/test" from 3 to 2
Bryan O'Sullivan
convert: add support for Subversion as a sink
r5513 sorting...
converting...
0 changeb
Patrick Mezard
convert: display source revision id with --verbose
r5954 source:
a
b
no tags found at revision 3
Bryan O'Sullivan
convert: add support for Subversion as a sink
r5513 % test filemap
initializing destination fmap repository
scanning source...
sorting...
converting...
2 init
1 changea
0 changeb
o 1 changeb files: b
|
o 0 changea files: b
Patrick Mezard
test-convert-svn-source: test stop revision
r5782 % test stop revision
initializing destination stoprev repository
scanning source...
sorting...
converting...
0 init
Patrick Mezard
test-convert-svn-source: test convert/multiple extra fields
r5804 extra: branch=
extra: convert_revision=
Bryan O'Sullivan
convert: add support for Subversion as a sink
r5513 # now tests that it works with trunk/branches/tags layout
% initial svn import
Adding projA/trunk
Adding projA/branches
Adding projA/tags
Committed revision 4.
% update svn repository
Checked out revision 4.
A letter.txt
Adding letter.txt
Transmitting file data .
Committed revision 5.
Sending letter.txt
Transmitting file data .
Committed revision 6.
Committed revision 7.
Sending letter.txt
Transmitting file data .
Committed revision 8.
% convert to hg once
initializing destination A-hg repository
scanning source...
sorting...
converting...
3 init projA
2 hello
1 world
0 nice day
updating tags
% update svn repository again
Patrick Mezard
Merge with crew-stable
r5913 A todo
A todo/letter2.txt
Bryan O'Sullivan
convert: add support for Subversion as a sink
r5513 Sending letter.txt
Patrick Mezard
Merge with crew-stable
r5913 Adding todo
Adding todo/letter2.txt
Bryan O'Sullivan
convert: add support for Subversion as a sink
r5513 Transmitting file data ..
Committed revision 9.
Committed revision 10.
Patrick Mezard
Merge with crew-stable
r5913 Sending todo/letter2.txt
Bryan O'Sullivan
convert: add support for Subversion as a sink
r5513 Transmitting file data .
Committed revision 11.
% test incremental conversion
scanning source...
sorting...
converting...
1 second letter
0 work in progress
updating tags
o 7 update tags files: .hgtags
|
Patrick Mezard
Merge with crew-stable
r5913 o 6 work in progress files: todo/letter2.txt
Bryan O'Sullivan
convert: add support for Subversion as a sink
r5513 |
Patrick Mezard
Merge with crew-stable
r5913 o 5 second letter files: letter.txt todo/letter2.txt
Bryan O'Sullivan
convert: add support for Subversion as a sink
r5513 |
o 4 update tags files: .hgtags
|
o 3 nice day files: letter.txt
|
o 2 world files: letter.txt
|
o 1 hello files: letter.txt
|
o 0 init projA files:
tip
v0.2
v0.1
Edouard Gomez
convert: separate trunk detection from branch layout detection...
r5854 # now tests that it works with trunk/tags layout, but no branches yet
% initial svn import
Adding projB/trunk
Adding projB/tags
Committed revision 12.
% update svn repository
Checked out revision 12.
A letter.txt
Adding letter.txt
Transmitting file data .
Committed revision 13.
Sending letter.txt
Transmitting file data .
Committed revision 14.
Committed revision 15.
Sending letter.txt
Transmitting file data .
Committed revision 16.
% convert to hg once
initializing destination B-hg repository
scanning source...
sorting...
converting...
3 init projB
2 hello
1 world
0 nice day
updating tags
% update svn repository again
A letter2.txt
Sending letter.txt
Adding letter2.txt
Transmitting file data ..
Committed revision 17.
Committed revision 18.
Sending letter2.txt
Transmitting file data .
Committed revision 19.
% test incremental conversion
scanning source...
sorting...
converting...
1 second letter
0 work in progress
updating tags
o 7 update tags files: .hgtags
|
o 6 work in progress files: letter2.txt
|
o 5 second letter files: letter.txt letter2.txt
|
o 4 update tags files: .hgtags
|
o 3 nice day files: letter.txt
|
o 2 world files: letter.txt
|
o 1 hello files: letter.txt
|
o 0 init projB files:
tip
v0.2
v0.1