diff hgext/eol.py @ 43203:d38f9117ee15

eol: update isbinary filter to work without compat wrapper
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 14 Oct 2019 01:33:18 +0200
parents 8ff1ecfadcd1
children fd8c3f59b544
line wrap: on
line diff
--- 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