Show More
@@ -81,6 +81,8 b' def _importh(name):' | |||
|
81 | 81 | return mod |
|
82 | 82 | |
|
83 | 83 | def _reportimporterror(ui, err, failed, next): |
|
84 | # note: this ui.debug happens before --debug is processed, | |
|
85 | # Use --config ui.debug=1 to see them. | |
|
84 | 86 | ui.debug('could not import %s (%s): trying %s\n' |
|
85 | 87 | % (failed, err, next)) |
|
86 | 88 | if ui.debugflag: |
General Comments 0
You need to be logged in to leave comments.
Login now