hgext3rd/evolve/obshistory.py
branchstable
changeset 4399 3722557b008c
parent 4260 cd0c331c430a
child 4430 461b9a91b662
--- a/hgext3rd/evolve/obshistory.py	Fri Feb 08 10:21:09 2019 +0100
+++ b/hgext3rd/evolve/obshistory.py	Mon Feb 11 21:33:02 2019 +0800
@@ -601,8 +601,7 @@
             matchfn = scmutil.matchall(repo)
             firstline = True
             for chunk, label in patch.diffui(repo, node, succ, matchfn,
-                                             changes=None, opts=diffopts,
-                                             prefix='', relroot=''):
+                                             opts=diffopts):
                 if firstline:
                     fm.plain('\n')
                     firstline = False
@@ -738,8 +737,7 @@
             matchfn = scmutil.matchall(repo)
             firstline = True
             for chunk, label in patch.diffui(repo, node, succ, matchfn,
-                                             changes=None, opts=diffopts,
-                                             prefix='', relroot=''):
+                                             opts=diffopts):
                 if firstline:
                     fm.plain('\n')
                     firstline = False