Mercurial > hg
changeset 7922:06bf76009249
merge with -stable
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Mon, 30 Mar 2009 01:30:58 +0200 |
parents | 9ea05fbfa7ab (current diff) f62482848d1b (diff) |
children | 016d6357646d |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/hgweb/server.py Mon Mar 30 01:23:12 2009 +0200 +++ b/mercurial/hgweb/server.py Mon Mar 30 01:30:58 2009 +0200 @@ -275,7 +275,7 @@ def __init__(self, *args, **kwargs): if self.address_family is None: - raise RepoError(_('IPv6 not available on this system')) + raise error.RepoError(_('IPv6 not available on this system')) super(IPv6HTTPServer, self).__init__(*args, **kwargs) if ssl_cert: