##// END OF EJS Templates
tests: add missing b prefix in test-context.py...
Augie Fackler -
r38680:a75896bf default
parent child Browse files
Show More
@@ -77,7 +77,7 b' ctxb = context.memctx(repo, [ctxa.node()'
77 77 print(ctxb.status(ctxa))
78 78
79 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 81 for d in ctxb.diff(ctxa, opts=diffopts):
82 82 printb(d, end=b'')
83 83
General Comments 0
You need to be logged in to leave comments. Login now