author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
Sat, 31 Jul 2010 11:36:24 +0900 | |
branch | stable |
changeset 11712 | 9cbc62f68328 |
parent 11710 | 58a038605a2b |
child 11714 | aae1dd12fce6 |
child 11715 | 4f9dfb54c8b5 |
--- a/mercurial/dispatch.py Sat Jul 31 11:04:33 2010 +0900 +++ b/mercurial/dispatch.py Sat Jul 31 11:36:24 2010 +0900 @@ -369,7 +369,7 @@ try: wd = os.getcwd() except OSError, e: - raise util.Abort(_("error getting current working directory: %s") % + raise util.Abort(_("error getting current working directory: %s") % e.strerror) path = cmdutil.findrepo(wd) or "" if not path: