Mercurial > public > mercurial-scm > hg-stable
diff mercurial/dispatch.py @ 6998:ddfcefab8b97
merge with -stable
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Sat, 06 Sep 2008 17:04:01 +0200 |
parents | 5cf3bf3c19ba b9d012ce8578 |
children | b4c035057d34 |
line wrap: on
line diff
--- a/mercurial/dispatch.py Fri Sep 05 11:04:36 2008 +0200 +++ b/mercurial/dispatch.py Sat Sep 06 17:04:01 2008 +0200 @@ -90,7 +90,7 @@ else: raise except socket.error, inst: - ui.warn(_("abort: %s\n") % inst[1]) + ui.warn(_("abort: %s\n") % inst[-1]) except IOError, inst: if hasattr(inst, "code"): ui.warn(_("abort: %s\n") % inst)