changeset 3079 | 4c9fcb5e3b82 |
parent 3072 | bc3fe3b5b785 |
child 3132 | 81da3c45aabd |
--- a/mercurial/localrepo.py Sun Sep 10 19:15:08 2006 -0300 +++ b/mercurial/localrepo.py Mon Sep 11 10:08:30 2006 +0200 @@ -27,7 +27,8 @@ oldp = p p = os.path.dirname(p) if p == oldp: - raise repo.RepoError(_("no repo found")) + raise repo.RepoError(_("There is no Mercurial repository" + " here (.hg not found)")) path = p self.path = os.path.join(path, ".hg")