branch | stable |
changeset 11712 | 9cbc62f68328 |
parent 11676 | e4357c214bf1 |
child 11714 | aae1dd12fce6 |
child 12039 | 18e1e7520b67 |
--- 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: