diff mercurial/dispatch.py @ 14918:ebdfdba0faaf

merge with stable
author Matt Mackall <mpm@selenic.com>
date Fri, 22 Jul 2011 17:17:23 -0500
parents 946f4381c1cb 41c3a71c318d
children 144e97421f6b
line wrap: on
line diff
--- 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: