match: remove files argument from patch.diff stable
authorMatt Mackall <mpm@selenic.com>
Mon, 12 May 2008 11:37:08 -0500
branchstable
changeset 448 6c06944ba344
parent 447 b739aa437c57
child 449 78a819b57dcc
match: remove files argument from patch.diff [ original message from upstream ]
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.'''