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

r6204:f8a86ea7 default
r6265:be76e545 default
Show More
test-bad-extension.out
5 lines | 217 B | text/plain | TextLexer
/ tests / test-bad-extension.out
Jesse Glick
When failing to load an extension, show where Hg tried to load it from.
r6204 *** failed to import extension badext from .../badext.py: bit bucket overflow
*** failed to import extension badext2: No module named badext2
Alexis S. L. Carvalho
load extensions only after the ui object has been completely initialized...
r3014 hg help [COMMAND]
show help for a command, extension, or list of commands