mercurial/hgweb/server.py
changeset 3079 4c9fcb5e3b82
parent 2859 345bac2bc4ec
child 3130 2e043c9a38a6
--- a/mercurial/hgweb/server.py	Sun Sep 10 19:15:08 2006 -0300
+++ b/mercurial/hgweb/server.py	Mon Sep 11 10:08:30 2006 +0200
@@ -207,7 +207,8 @@
                 hgwebobj = self.repoviewmaker(repo.__class__(repo.ui,
                                                              repo.origroot))
             else:
-                raise hg.RepoError(_('no repo found'))
+                raise hg.RepoError(_("There is no Mercurial repository here"
+                                     " (.hg not found)"))
             return hgwebobj
 
     class IPv6HTTPServer(MercurialHTTPServer):