##// END OF EJS Templates
filemerge: drop a default argument to appease pytype...
Matt Harbison -
r44304:1ffbd03c default
parent child Browse files
Show More
@@ -693,7 +693,7 b' def _describemerge(ui, repo, mynode, fcl'
693 ui.status(t.renderdefault(props))
693 ui.status(t.renderdefault(props))
694
694
695
695
696 def _xmerge(repo, mynode, orig, fcd, fco, fca, toolconf, files, labels=None):
696 def _xmerge(repo, mynode, orig, fcd, fco, fca, toolconf, files, labels):
697 tool, toolpath, binary, symlink, scriptfn = toolconf
697 tool, toolpath, binary, symlink, scriptfn = toolconf
698 uipathfn = scmutil.getuipathfn(repo)
698 uipathfn = scmutil.getuipathfn(repo)
699 if fcd.isabsent() or fco.isabsent():
699 if fcd.isabsent() or fco.isabsent():
General Comments 0
You need to be logged in to leave comments. Login now