--- a/hgext3rd/evolve/obshistory.py Fri Feb 08 17:52:49 2019 +0100
+++ b/hgext3rd/evolve/obshistory.py Wed Feb 13 19:18:17 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