Mercurial > hg-stable
diff mercurial/windows.py @ 14234:600e64004eb5
rename explain_exit to explainexit
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Fri, 06 May 2011 15:31:09 +0200 |
parents | 659f34b833b9 |
children | 4030630fb59c |
line wrap: on
line diff
--- a/mercurial/windows.py Fri May 06 15:25:35 2011 +0200 +++ b/mercurial/windows.py Fri May 06 15:31:09 2011 +0200 @@ -155,7 +155,7 @@ command += " 2> %s" % nulldev return os.popen(quotecommand(command), mode) -def explain_exit(code): +def explainexit(code): return _("exited with status %d") % code, code # if you change this stub into a real check, please try to implement the