Show More
@@ -77,7 +77,7 b' ctxb = context.memctx(repo, [ctxa.node()' | |||||
77 | print(ctxb.status(ctxa)) |
|
77 | print(ctxb.status(ctxa)) | |
78 |
|
78 | |||
79 | # test performing a diff on a memctx |
|
79 | # test performing a diff on a memctx | |
80 | diffopts = diffutil.diffallopts(repo.ui, {'git': True}) |
|
80 | diffopts = diffutil.diffallopts(repo.ui, {b'git': True}) | |
81 | for d in ctxb.diff(ctxa, opts=diffopts): |
|
81 | for d in ctxb.diff(ctxa, opts=diffopts): | |
82 | printb(d, end=b'') |
|
82 | printb(d, end=b'') | |
83 |
|
83 |
General Comments 0
You need to be logged in to leave comments.
Login now