Package: mercurial
Version: 0.9.1-1
Severity: minor

Hi,

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'))

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-amd64-k8-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages mercurial depends on:
ii  libc6                         2.3.6-19   GNU C Library: Shared libraries
ii  python                        2.3.5-11   An interactive high-level object-o
ii  python-support                0.3.9      automated rebuilding support for p
ii  python2.4                     2.4.3-8    An interactive high-level object-o

Versions of packages mercurial recommends:
ii  rcs                           5.7-18     The GNU Revision Control System
ii  tk8.4 [wish]                  8.4.12-1   Tk toolkit for Tcl and X11, v8.4 -

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to