mercurial/dispatch.py
branchstable
changeset 14914 41c3a71c318d
parent 14863 1c148e935244
child 14918 ebdfdba0faaf
child 14992 188936b334b1
--- a/mercurial/dispatch.py	Thu Jul 21 15:39:37 2011 -0500
+++ b/mercurial/dispatch.py	Thu Jul 21 16:02:34 2011 -0400
@@ -658,7 +658,7 @@
                             req.args = ['--repository', guess] + fullargs
                             return _dispatch(req)
                     if not path:
-                        raise error.RepoError(_("no repository found in %r"
+                        raise error.RepoError(_("no repository found in '%s'"
                                                 " (.hg not found)") % os.getcwd())
                     raise
         if repo: