equal
deleted
inserted
replaced
245 def showdiff(self, ui, ctx, diffopts, graphwidth=0, stat=False): |
245 def showdiff(self, ui, ctx, diffopts, graphwidth=0, stat=False): |
246 diffordiffstat( |
246 diffordiffstat( |
247 ui, |
247 ui, |
248 ctx.repo(), |
248 ctx.repo(), |
249 diffopts, |
249 diffopts, |
250 ctx.p1(), |
250 diff_parent(ctx), |
251 ctx, |
251 ctx, |
252 match=self._makefilematcher(ctx), |
252 match=self._makefilematcher(ctx), |
253 stat=stat, |
253 stat=stat, |
254 graphwidth=graphwidth, |
254 graphwidth=graphwidth, |
255 hunksfilterfn=self._makehunksfilter(ctx), |
255 hunksfilterfn=self._makehunksfilter(ctx), |