mercurial/dispatch.py
changeset 6985 5cf3bf3c19ba
parent 6217 fe8dbbe9520d
child 6998 ddfcefab8b97
equal deleted inserted replaced
6981:029a54423a96 6985:5cf3bf3c19ba
   144         ui.warn(_("** report bug details to "
   144         ui.warn(_("** report bug details to "
   145                  "http://www.selenic.com/mercurial/bts\n"))
   145                  "http://www.selenic.com/mercurial/bts\n"))
   146         ui.warn(_("** or mercurial@selenic.com\n"))
   146         ui.warn(_("** or mercurial@selenic.com\n"))
   147         ui.warn(_("** Mercurial Distributed SCM (version %s)\n")
   147         ui.warn(_("** Mercurial Distributed SCM (version %s)\n")
   148                % version.get_version())
   148                % version.get_version())
       
   149         ui.warn(_("** Extensions loaded: %s\n")
       
   150                % ", ".join([x[0] for x in extensions.extensions()]))
   149         raise
   151         raise
   150 
   152 
   151     return -1
   153     return -1
   152 
   154 
   153 def _findrepo(p):
   155 def _findrepo(p):