Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

stable thread: improve format of generic urllib2 errors

Changeset 42facdb23bf9

Parent 4482ad44c463

by Steve Borho

Changes to one file · Browse files at 42facdb23bf9 Showing diff from parent 4482ad44c463 Diff from another changeset...

 
282
283
284
285
 
286
287
288
 
282
283
284
 
285
286
287
288
@@ -282,7 +282,7 @@
  ui.write_err(str(e) + '\n')   except urllib2.URLError, e:   import ssl - err = str(e) + err = local._('URLError: %s') % str(e.reason)   if isinstance(e.args[0], ssl.SSLError):   parts = e.args[0].strerror.split(':')   if len(parts) == 7: