Show More
@@ -12,3 +12,14 b' The full traceback is hidden to have a s' | |||||
12 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
12 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
13 | debuginstall |
|
13 | debuginstall | |
14 | TypeError: Can't convert 'bytes' object to str implicitly |
|
14 | TypeError: Can't convert 'bytes' object to str implicitly | |
|
15 | ||||
|
16 | $ cat > included-hgrc <<EOF | |||
|
17 | > [extensions] | |||
|
18 | > babar = imaginary_elephant | |||
|
19 | > EOF | |||
|
20 | $ cat >> $HGRCPATH <<EOF | |||
|
21 | > %include $TESTTMP/included-hgrc | |||
|
22 | > EOF | |||
|
23 | $ $PYTHON3 `which hg` version | tail -1 | |||
|
24 | *** failed to import extension babar from imaginary_elephant: *: 'imaginary_elephant' (glob) | |||
|
25 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
General Comments 0
You need to be logged in to leave comments.
Login now