##// END OF EJS Templates
extensions: don't quit loading extensions in the middle if traceback is on...
Siddharth Agarwal -
r23953:af73c05e stable
parent child Browse files
Show More
@@ -107,8 +107,6 b' def loadall(ui):'
107 107 else:
108 108 ui.warn(_("*** failed to import extension %s: %s\n")
109 109 % (name, inst))
110 if ui.traceback():
111 return 1
112 110
113 111 for name in _order[newindex:]:
114 112 uisetup = getattr(_extensions[name], 'uisetup', None)
General Comments 0
You need to be logged in to leave comments. Login now