tests/test-context.py
changeset 38658 a75896bf5ccb
parent 38588 1c93e0237a24
child 41397 0bd56c291359
--- a/tests/test-context.py	Wed Jul 11 11:43:22 2018 -0400
+++ b/tests/test-context.py	Wed Jul 11 12:36:37 2018 -0400
@@ -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'')