Skip to content
Snippets Groups Projects
Commit a75896bf authored by Augie Fackler's avatar Augie Fackler
Browse files

tests: add missing b prefix in test-context.py

# skip-blame just a b prefix

Differential Revision: https://phab.mercurial-scm.org/D3925
parent 28c9d67d
Branches
Tags
No related merge requests found
......@@ -77,7 +77,7 @@
print(ctxb.status(ctxa))
# test performing a diff on a memctx
diffopts = diffutil.diffallopts(repo.ui, {'git': True})
diffopts = diffutil.diffallopts(repo.ui, {b'git': True})
for d in ctxb.diff(ctxa, opts=diffopts):
printb(d, end=b'')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment