changeset 40662 | 93e5d18251d6 |
parent 40661 | 380f5131ee7b |
child 40665 | fb379b78b93e |
--- a/hgext/lfs/blobstore.py Thu Nov 15 18:08:29 2018 -0500 +++ b/hgext/lfs/blobstore.py Thu Nov 15 18:14:57 2018 -0500 @@ -441,7 +441,7 @@ except util.urlerr.httperror as ex: if self.ui.debugflag: self.ui.debug('%s: %s\n' % (oid, ex.read())) - raise LfsRemoteError(_('HTTP error: %s (oid=%s, action=%s)') + raise LfsRemoteError(_('LFS HTTP error: %s (oid=%s, action=%s)') % (ex, oid, action)) except util.urlerr.urlerror as ex: hint = (_('attempted connection to %s')