Submitter | Pierre-Yves David |
---|---|
Date | Sept. 29, 2016, 10:41 p.m. |
Message ID | <22972591f1ff7914713b.1475188863@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/16807/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/extensions.py b/mercurial/extensions.py --- a/mercurial/extensions.py +++ b/mercurial/extensions.py @@ -81,6 +81,8 @@ def _importh(name): return mod def _reportimporterror(ui, err, failed, next): + # note: this ui.debug happens before --debug is processed, + # Use --config ui.debug=1 to see them. ui.debug('could not import %s (%s): trying %s\n' % (failed, err, next)) if ui.debugflag: