Show More
@@ -146,6 +146,8 b' def _runcatch(ui, args):' | |||
|
146 | 146 | ui.warn(_("** or mercurial@selenic.com\n")) |
|
147 | 147 | ui.warn(_("** Mercurial Distributed SCM (version %s)\n") |
|
148 | 148 | % version.get_version()) |
|
149 | ui.warn(_("** Extensions loaded: %s\n") | |
|
150 | % ", ".join([x[0] for x in extensions.extensions()])) | |
|
149 | 151 | raise |
|
150 | 152 | |
|
151 | 153 | return -1 |
General Comments 0
You need to be logged in to leave comments.
Login now