Merge with stable
authorMartin Geisler <mg@aragost.com>
Fri, 21 May 2010 14:21:27 +0200
changeset 11209 385b95d10410
parent 11208 2313dc4d9817 (current diff)
parent 11206 ed71cb07d7b2 (diff)
child 11210 0c0088881562
Merge with stable
mercurial/dispatch.py
--- 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")