Show More
@@ -212,6 +212,8 b' def callcatch(ui, func):' | |||
|
212 | 212 | ui.error(_("abort: file censored %s!\n") % inst) |
|
213 | 213 | except error.StorageError as inst: |
|
214 | 214 | ui.error(_("abort: %s!\n") % inst) |
|
215 | if inst.hint: | |
|
216 | ui.error(_("(%s)\n") % inst.hint) | |
|
215 | 217 | except error.InterventionRequired as inst: |
|
216 | 218 | ui.error("%s\n" % inst) |
|
217 | 219 | if inst.hint: |
General Comments 0
You need to be logged in to leave comments.
Login now