Show More
@@ -81,6 +81,8 b' def _importh(name):' | |||||
81 | return mod |
|
81 | return mod | |
82 |
|
82 | |||
83 | def _reportimporterror(ui, err, failed, next): |
|
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 | ui.debug('could not import %s (%s): trying %s\n' |
|
86 | ui.debug('could not import %s (%s): trying %s\n' | |
85 | % (failed, err, next)) |
|
87 | % (failed, err, next)) | |
86 | if ui.debugflag: |
|
88 | if ui.debugflag: |
General Comments 0
You need to be logged in to leave comments.
Login now