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

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Wed Jul 11 14:12:58 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGa75896bf5ccb: tests: add missing b prefix in test-context.py (authored by durin42, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D3925?vs=9543&id=9555

REVISION DETAIL
  https://phab.mercurial-scm.org/D3925

AFFECTED FILES
  tests/test-context.py

CHANGE DETAILS

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'')
 



To: durin42, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list