* Alexandre Fayolle <[EMAIL PROTECTED]> [20060809 16:01]:
> The hgrc(5) man page says that:
>
> smtp Configuration for extensions that need to send email messages.
> host Optional. Host name of mail server. Default: "mail".
>
> Actually the host value is not optional and failing to provide it will
> generate an exception (cf. mercurial/ui.py, in method sendmail():
>
> mailhost = self.config('smtp', 'host')
> if not mailhost:
> raise util.Abort(_('no [smtp]host in hgrc - cannot send mail'))
Fixed in http://hg.intevation.org/mercurial/crew?cs=619f1c65384c
Thomas
--
Email: [EMAIL PROTECTED]
http://intevation.de/~thomas/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]