diff -r 8864aa96f1f6 -r d38f9117ee15 hgext/eol.py --- 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