Show More
@@ -75,7 +75,7 b' names of extensions failed to load can b' | |||||
75 | show traceback for ImportError of hgext.name if debug is set |
|
75 | show traceback for ImportError of hgext.name if debug is set | |
76 | (note that --debug option isn't applied yet when loading extensions) |
|
76 | (note that --debug option isn't applied yet when loading extensions) | |
77 |
|
77 | |||
78 |
$ (hg |
|
78 | $ (hg help help --traceback --config ui.debug=yes 2>&1) \ | |
79 | > | grep -v '^ ' \ |
|
79 | > | grep -v '^ ' \ | |
80 | > | egrep 'extension..[^p]|^Exception|Traceback|ImportError|not import' |
|
80 | > | egrep 'extension..[^p]|^Exception|Traceback|ImportError|not import' | |
81 | *** failed to import extension badext from $TESTTMP/badext.py: bit bucket overflow |
|
81 | *** failed to import extension badext from $TESTTMP/badext.py: bit bucket overflow |
General Comments 0
You need to be logged in to leave comments.
Login now