hgext/eol.py
branchstable
changeset 13624 78cc35e75ecc
parent 13581 b30a488762e1
child 13625 8aec2516602b
--- a/hgext/eol.py	Sun Mar 13 15:59:24 2011 +0100
+++ b/hgext/eol.py	Sun Mar 13 10:03:06 2011 -0500
@@ -165,8 +165,8 @@
 def extsetup(ui):
     try:
         extensions.find('win32text')
-        raise util.Abort(_("the eol extension is incompatible with the "
-                           "win32text extension"))
+        ui.warn(_("the eol extension is incompatible with the "
+                  "win32text extension\n"))
     except KeyError:
         pass