comparison mercurial/dispatch.py @ 8936:1de6e7e1bb9f

change wiki/bts URLs to point to new hostname
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Wed, 24 Jun 2009 15:32:37 +0200
parents 3df8dbf706b0
children 1c83938b6a8e ba75830d17a9
comparison
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()]))