Mercurial > hg-stable
changeset 6986:55c16f12908b
merge with crew
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Fri, 05 Sep 2008 10:39:19 +0200 |
parents | 5cf3bf3c19ba (diff) 6c4a08270222 (current diff) |
children | d09e813b21e3 a408ea9876e6 |
files | |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/dispatch.py Wed Sep 03 19:03:57 2008 +0200 +++ b/mercurial/dispatch.py Fri Sep 05 10:39:19 2008 +0200 @@ -146,6 +146,8 @@ ui.warn(_("** or mercurial@selenic.com\n")) ui.warn(_("** Mercurial Distributed SCM (version %s)\n") % version.get_version()) + ui.warn(_("** Extensions loaded: %s\n") + % ", ".join([x[0] for x in extensions.extensions()])) raise return -1