##// END OF EJS Templates
Merge with stable
Martin Geisler -
r11209:385b95d1 merge default
parent child Browse files
Show More
@@ -157,6 +157,7 b' def _runcatch(ui, args):'
157 ui.warn(_("** report bug details to "
157 ui.warn(_("** report bug details to "
158 "http://mercurial.selenic.com/bts/\n"))
158 "http://mercurial.selenic.com/bts/\n"))
159 ui.warn(_("** or mercurial@selenic.com\n"))
159 ui.warn(_("** or mercurial@selenic.com\n"))
160 ui.warn(_("** Python %s\n") % sys.version.replace('\n', ''))
160 ui.warn(_("** Mercurial Distributed SCM (version %s)\n")
161 ui.warn(_("** Mercurial Distributed SCM (version %s)\n")
161 % util.version())
162 % util.version())
162 ui.warn(_("** Extensions loaded: %s\n")
163 ui.warn(_("** Extensions loaded: %s\n")
General Comments 0
You need to be logged in to leave comments. Login now