Mercurial > hg-stable
changeset 11209:385b95d10410
Merge with stable
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Fri, 21 May 2010 14:21:27 +0200 |
parents | 2313dc4d9817 (current diff) ed71cb07d7b2 (diff) |
children | 0c0088881562 |
files | mercurial/dispatch.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/dispatch.py Fri May 21 20:55:18 2010 +0900 +++ b/mercurial/dispatch.py Fri May 21 14:21:27 2010 +0200 @@ -157,6 +157,7 @@ ui.warn(_("** report bug details to " "http://mercurial.selenic.com/bts/\n")) ui.warn(_("** or mercurial@selenic.com\n")) + ui.warn(_("** Python %s\n") % sys.version.replace('\n', '')) ui.warn(_("** Mercurial Distributed SCM (version %s)\n") % util.version()) ui.warn(_("** Extensions loaded: %s\n")