Show More
@@ -1308,7 +1308,7 b' class changeset_printer(object):' | |||||
1308 | diff = self.diffopts.get('patch') |
|
1308 | diff = self.diffopts.get('patch') | |
1309 | diffopts = patch.diffallopts(self.ui, self.diffopts) |
|
1309 | diffopts = patch.diffallopts(self.ui, self.diffopts) | |
1310 | node = ctx.node() |
|
1310 | node = ctx.node() | |
1311 | prev = ctx.p1() |
|
1311 | prev = ctx.p1().node() | |
1312 | if stat: |
|
1312 | if stat: | |
1313 | diffordiffstat(self.ui, self.repo, diffopts, prev, node, |
|
1313 | diffordiffstat(self.ui, self.repo, diffopts, prev, node, | |
1314 | match=matchfn, stat=True) |
|
1314 | match=matchfn, stat=True) |
General Comments 0
You need to be logged in to leave comments.
Login now