Submitter | phabricator |
---|---|
Date | July 11, 2018, 6:12 p.m. |
Message ID | <2c08dbba66af47d459dbe4e96bffac47@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/32797/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/test-context.py b/tests/test-context.py --- a/tests/test-context.py +++ b/tests/test-context.py @@ -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'')