mercurial/dispatch.py
changeset 14918 ebdfdba0faaf
parent 14888 946f4381c1cb
parent 14914 41c3a71c318d
child 14950 144e97421f6b
--- a/mercurial/dispatch.py	Thu Jul 21 15:10:16 2011 +0200
+++ b/mercurial/dispatch.py	Fri Jul 22 17:17:23 2011 -0500
@@ -651,7 +651,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: