diff: drop default argument value
authorPierre-Yves David <pierre-yves.david@octobus.net>
Tue, 16 Jan 2018 01:11:47 +0100
changeset 3407 b96568036837
parent 3406 77284eefbd4d
child 3408 f4ea9652661d
child 3414 3a7cf3966182
diff: drop default argument value This argument use the default value for an argument not available in earlier version. So we just stop passing the argument.
hgext3rd/evolve/obshistory.py
--- a/hgext3rd/evolve/obshistory.py	Tue Jan 16 00:58:02 2018 +0100
+++ b/hgext3rd/evolve/obshistory.py	Tue Jan 16 01:11:47 2018 +0100
@@ -524,8 +524,7 @@
             firstline = True
             for chunk, label in patch.diffui(repo, node, succ, matchfn,
                                              changes=None, opts=diffopts,
-                                             prefix='', relroot='',
-                                             hunksfilterfn=None):
+                                             prefix='', relroot=''):
                 if firstline:
                     fm.plain('\n')
                     firstline = False