##// END OF EJS Templates
exchange: print full reason variable...
Gregory Szorc -
r32458:9d6031df stable
parent child Browse files
Show More
@@ -2018,7 +2018,7 b' def trypullbundlefromurl(ui, repo, url):'
2018 except urlerr.httperror as e:
2018 except urlerr.httperror as e:
2019 ui.warn(_('HTTP error fetching bundle: %s\n') % str(e))
2019 ui.warn(_('HTTP error fetching bundle: %s\n') % str(e))
2020 except urlerr.urlerror as e:
2020 except urlerr.urlerror as e:
2021 ui.warn(_('error fetching bundle: %s\n') % e.reason[1])
2021 ui.warn(_('error fetching bundle: %s\n') % e.reason)
2022
2022
2023 return False
2023 return False
2024 finally:
2024 finally:
General Comments 0
You need to be logged in to leave comments. Login now