hgext/eol.py
changeset 43203 d38f9117ee15
parent 43117 8ff1ecfadcd1
child 43204 fd8c3f59b544
--- a/hgext/eol.py	Sun Oct 13 02:05:19 2019 +0200
+++ b/hgext/eol.py	Mon Oct 14 01:33:18 2019 +0200
@@ -165,7 +165,7 @@
     return util.tocrlf(s)
 
 
-def isbinary(s, params):
+def isbinary(s, params, ui, **kwargs):
     """Filter to do nothing with the file."""
     return s