mercurial/dispatch.py
changeset 8936 1de6e7e1bb9f
parent 8916 3df8dbf706b0
child 9410 1c83938b6a8e
child 9470 ba75830d17a9
equal deleted inserted replaced
8935:f4f0e902b750 8936:1de6e7e1bb9f
   141     except socket.error, inst:
   141     except socket.error, inst:
   142         ui.warn(_("abort: %s\n") % inst.args[-1])
   142         ui.warn(_("abort: %s\n") % inst.args[-1])
   143     except:
   143     except:
   144         ui.warn(_("** unknown exception encountered, details follow\n"))
   144         ui.warn(_("** unknown exception encountered, details follow\n"))
   145         ui.warn(_("** report bug details to "
   145         ui.warn(_("** report bug details to "
   146                  "http://www.selenic.com/mercurial/bts\n"))
   146                  "http://mercurial.selenic.com/bts/\n"))
   147         ui.warn(_("** or mercurial@selenic.com\n"))
   147         ui.warn(_("** or mercurial@selenic.com\n"))
   148         ui.warn(_("** Mercurial Distributed SCM (version %s)\n")
   148         ui.warn(_("** Mercurial Distributed SCM (version %s)\n")
   149                % util.version())
   149                % util.version())
   150         ui.warn(_("** Extensions loaded: %s\n")
   150         ui.warn(_("** Extensions loaded: %s\n")
   151                % ", ".join([x[0] for x in extensions.extensions()]))
   151                % ", ".join([x[0] for x in extensions.extensions()]))