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

r4916:5c5d23d9 default
r6265:be76e545 default
Show More
test-committer.out
28 lines | 689 B | text/plain | TextLexer
/ tests / test-committer.out
Andrew Thompson
Add tests/test-committer...
r2104 changeset: 0:9426b370c206
tag: tip
user: My Name <myname@example.com>
date: Mon Jan 12 13:46:40 1970 +0000
summary: commit-1
Benoit Boissinot
only print a warning when no username is specified...
r3721 changeset: 1:4997f15a1b24
Benoit Boissinot
makes username mandatory
r3466 tag: tip
user: foo@bar.com
date: Mon Jan 12 13:46:40 1970 +0000
summary: commit-1
Benoit Boissinot
only print a warning when no username is specified...
r3721 changeset: 2:72b8012b424e
Benoit Boissinot
makes username mandatory
r3466 tag: tip
user: foobar <foo@bar.com>
date: Mon Jan 12 13:46:40 1970 +0000
summary: commit-1
Benoit Boissinot
only print a warning when no username is specified...
r3721 changeset: 3:35ff3067bedd
Benoit Boissinot
makes username mandatory
r3466 tag: tip
user: foo@bar.com
date: Mon Jan 12 13:46:40 1970 +0000
summary: commit-1
Thomas Arendsen Hein
Abort on empty username so specifying a username can be forced....
r4044 transaction abort!
rollback completed
Matt Mackall
Use a weakref for recursive transactions
r4916 abort: Please specify a username.
Benoit Boissinot
only print a warning when no username is specified...
r3721 No username found, using user@host instead