##// END OF EJS Templates
merge with stable
Steve Borho -
r13625:8aec2516 merge default
parent child Browse files
Show More
@@ -243,8 +243,8 b' def uisetup(ui):'
243 243 def extsetup(ui):
244 244 try:
245 245 extensions.find('win32text')
246 raise util.Abort(_("the eol extension is incompatible with the "
247 "win32text extension"))
246 ui.warn(_("the eol extension is incompatible with the "
247 "win32text extension\n"))
248 248 except KeyError:
249 249 pass
250 250
General Comments 0
You need to be logged in to leave comments. Login now