Show More
@@ -62,11 +62,14 b' show traceback' | |||||
62 | *** failed to import extension badext2: No module named *badext2* (glob) |
|
62 | *** failed to import extension badext2: No module named *badext2* (glob) | |
63 | Traceback (most recent call last): |
|
63 | Traceback (most recent call last): | |
64 | ImportError: No module named badext2 (no-py3 !) |
|
64 | ImportError: No module named badext2 (no-py3 !) | |
65 |
|
|
65 | ImportError: No module named 'hgext.badext2' (py3 no-py36 !) | |
|
66 | ModuleNotFoundError: No module named 'hgext.badext2' (py36 !) | |||
66 | Traceback (most recent call last): (py3 !) |
|
67 | Traceback (most recent call last): (py3 !) | |
67 |
|
|
68 | ImportError: No module named 'hgext3rd.badext2' (py3 no-py36 !) | |
|
69 | ModuleNotFoundError: No module named 'hgext3rd.badext2' (py36 !) | |||
68 | Traceback (most recent call last): (py3 !) |
|
70 | Traceback (most recent call last): (py3 !) | |
69 |
|
|
71 | ImportError: No module named 'badext2' (py3 no-py36 !) | |
|
72 | ModuleNotFoundError: No module named 'badext2' (py36 !) | |||
70 |
|
73 | |||
71 | names of extensions failed to load can be accessed via extensions.notloaded() |
|
74 | names of extensions failed to load can be accessed via extensions.notloaded() | |
72 |
|
75 | |||
@@ -108,20 +111,26 b' show traceback for ImportError of hgext.' | |||||
108 | YYYY/MM/DD HH:MM:SS (PID)> - could not import hgext.badext2 (No module named *badext2*): trying hgext3rd.badext2 (glob) |
|
111 | YYYY/MM/DD HH:MM:SS (PID)> - could not import hgext.badext2 (No module named *badext2*): trying hgext3rd.badext2 (glob) | |
109 | Traceback (most recent call last): |
|
112 | Traceback (most recent call last): | |
110 | ImportError: No module named badext2 (no-py3 !) |
|
113 | ImportError: No module named badext2 (no-py3 !) | |
111 |
|
|
114 | ImportError: No module named 'hgext.badext2' (py3 no-py36 !) | |
|
115 | ModuleNotFoundError: No module named 'hgext.badext2' (py36 !) | |||
112 | YYYY/MM/DD HH:MM:SS (PID)> - could not import hgext3rd.badext2 (No module named *badext2*): trying badext2 (glob) |
|
116 | YYYY/MM/DD HH:MM:SS (PID)> - could not import hgext3rd.badext2 (No module named *badext2*): trying badext2 (glob) | |
113 | Traceback (most recent call last): |
|
117 | Traceback (most recent call last): | |
114 | ImportError: No module named badext2 (no-py3 !) |
|
118 | ImportError: No module named badext2 (no-py3 !) | |
115 |
|
|
119 | ImportError: No module named 'hgext.badext2' (py3 no-py36 !) | |
|
120 | ModuleNotFoundError: No module named 'hgext.badext2' (py36 !) | |||
116 | Traceback (most recent call last): (py3 !) |
|
121 | Traceback (most recent call last): (py3 !) | |
117 |
|
|
122 | ImportError: No module named 'hgext3rd.badext2' (py3 no-py36 !) | |
|
123 | ModuleNotFoundError: No module named 'hgext3rd.badext2' (py36 !) | |||
118 | *** failed to import extension badext2: No module named *badext2* (glob) |
|
124 | *** failed to import extension badext2: No module named *badext2* (glob) | |
119 | Traceback (most recent call last): |
|
125 | Traceback (most recent call last): | |
120 |
|
|
126 | ImportError: No module named 'hgext.badext2' (py3 no-py36 !) | |
|
127 | ModuleNotFoundError: No module named 'hgext.badext2' (py36 !) | |||
121 | Traceback (most recent call last): (py3 !) |
|
128 | Traceback (most recent call last): (py3 !) | |
122 |
|
|
129 | ImportError: No module named 'hgext3rd.badext2' (py3 no-py36 !) | |
|
130 | ModuleNotFoundError: No module named 'hgext3rd.badext2' (py36 !) | |||
123 | Traceback (most recent call last): (py3 !) |
|
131 | Traceback (most recent call last): (py3 !) | |
124 | ModuleNotFoundError: No module named 'badext2' (py3 !) |
|
132 | ModuleNotFoundError: No module named 'badext2' (py36 !) | |
|
133 | ImportError: No module named 'badext2' (py3 no-py36 !) | |||
125 | ImportError: No module named badext2 (no-py3 !) |
|
134 | ImportError: No module named badext2 (no-py3 !) | |
126 | YYYY/MM/DD HH:MM:SS (PID)> > loaded 2 extensions, total time * (glob) |
|
135 | YYYY/MM/DD HH:MM:SS (PID)> > loaded 2 extensions, total time * (glob) | |
127 | YYYY/MM/DD HH:MM:SS (PID)> - loading configtable attributes |
|
136 | YYYY/MM/DD HH:MM:SS (PID)> - loading configtable attributes |
General Comments 0
You need to be logged in to leave comments.
Login now