##// END OF EJS Templates
httppeer: make a message translatable...
FUJIWARA Katsunori -
r29241:269f7ea0 default
parent child Browse files
Show More
@@ -302,7 +302,7 b' def instance(ui, path, create):'
302 except error.RepoError as httpexception:
302 except error.RepoError as httpexception:
303 try:
303 try:
304 r = statichttprepo.instance(ui, "static-" + path, create)
304 r = statichttprepo.instance(ui, "static-" + path, create)
305 ui.note('(falling back to static-http)\n')
305 ui.note(_('(falling back to static-http)\n'))
306 return r
306 return r
307 except error.RepoError:
307 except error.RepoError:
308 raise httpexception # use the original http RepoError instead
308 raise httpexception # use the original http RepoError instead
General Comments 0
You need to be logged in to leave comments. Login now