# HG changeset patch # User Benoit Boissinot # Date 1238369458 -7200 # Node ID 06bf7600924966c5cab92629a15a26d5613ad763 # Parent 9ea05fbfa7ab72827757868076f60a1e3008ba17# Parent f62482848d1b93565b0a005577c2b3dc558fc9f2 merge with -stable diff -r 9ea05fbfa7ab -r 06bf76009249 mercurial/hgweb/server.py --- 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: