Issue479

Title http errors are not show by hg client
Priority bug Status resolved
Superseder Report server-side error on remote http operations
View: 423
Nosy List Phil, tonfa
Assigned To Topics hgweb

Created on 2007-01-14.21:55:20 by Phil, last changed 2007-01-14.22:32:32 by tonfa.

Messages
msg2699 (view) Author: tonfa Date: 2007-01-14.22:32:32
closing accordingly
msg2698 (view) Author: tonfa Date: 2007-01-14.22:31:30
hum that's a dup from issue423
msg2697 (view) Author: tonfa Date: 2007-01-14.22:30:06
It is easy for ssh because we have stderr. I don't know if it is possible to use
multipart for that (given we have to stream the file, and we don't want to
base64 encode it)

Feel free to add ideas/suggestions/...
msg2696 (view) Author: Phil Date: 2007-01-14.21:55:18
$ hg push http://mydomain.com/hello/
pushing to http://mydomain.com/hello/
searching for changes
abort: 'http://mydomain.com/hello/' does not appear to be an hg repository!

I would have prefered not to have to run a sniffer to get the real cause:
<title>Mercurial Error</title>
</head>
<body>

<h2>Mercurial Error</h2>

<p>
An error occured while processing your request:
</p>
<p>

11
Permission denied
7

</p>
History
Date User Action Args
2007-01-14 22:32:32tonfasetstatus: chatting -> resolved
messages: + msg2699
2007-01-14 22:31:36tonfasetnosy: + tonfa
2007-01-14 22:31:30tonfasetsuperseder: + Report server-side error on remote http operations
messages: + msg2698
2007-01-14 22:30:07tonfasettopic: + hgweb
status: unread -> chatting
messages: + msg2697
2007-01-14 21:55:20Philcreate