Show More
@@ -204,7 +204,7 b' class changectx(object):' | |||
|
204 | 204 | def sub(self, path): |
|
205 | 205 | return subrepo.subrepo(self, path) |
|
206 | 206 | |
|
207 |
def diff(self, ctx2=None, match=None, opts |
|
|
207 | def diff(self, ctx2=None, match=None, **opts): | |
|
208 | 208 | """Returns a diff generator for the given contexts and matcher""" |
|
209 | 209 | if ctx2 is None: |
|
210 | 210 | ctx2 = self.p1() |
General Comments 0
You need to be logged in to leave comments.
Login now