diff -r b739aa437c57 -r 6c06944ba344 hgkw/keyword.py --- a/hgkw/keyword.py Mon May 12 11:37:07 2008 -0500 +++ b/hgkw/keyword.py Mon May 12 11:37:08 2008 -0500 @@ -505,7 +505,7 @@ # shrink keywords read from working dir self.lines = kwt.shrinklines(self.fname, self.lines) - def kw_diff(repo, node1=None, node2=None, files=None, match=util.always, + def kw_diff(repo, node1=None, node2=None, match=None, fp=None, changes=None, opts=None): '''Monkeypatch patch.diff to avoid expansion except when comparing against working dir.'''