Show More
@@ -302,10 +302,8 b' class basectx(object):' | |||
|
302 | 302 | ctx2 = self.p1() |
|
303 | 303 | if ctx2 is not None: |
|
304 | 304 | ctx2 = self._repo[ctx2] |
|
305 | ||
|
306 | diffopts = opts | |
|
307 | 305 | return patch.diff(self._repo, ctx2, self, match=match, changes=changes, |
|
308 |
opts= |
|
|
306 | opts=opts, losedatafn=losedatafn, prefix=prefix, | |
|
309 | 307 | relroot=relroot, copy=copy, |
|
310 | 308 | hunksfilterfn=hunksfilterfn) |
|
311 | 309 |
General Comments 0
You need to be logged in to leave comments.
Login now