D5109: tests: add missing b prefix in test-context-metadata.t

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Sun Oct 14 15:08:11 UTC 2018


durin42 created this revision.
Herald added a reviewer: pulkit.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  1. skip-blame just a b prefix

REPOSITORY
  rHG Mercurial

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

AFFECTED FILES
  contrib/python3-whitelist
  tests/test-context-metadata.t

CHANGE DETAILS

diff --git a/tests/test-context-metadata.t b/tests/test-context-metadata.t
--- a/tests/test-context-metadata.t
+++ b/tests/test-context-metadata.t
@@ -22,7 +22,7 @@
   >     with repo.wlock(), repo.lock(), repo.transaction(b'metaedit'):
   >         old = repo[b'.']
   >         kwargs = dict(s.split(b'=', 1) for s in arg.split(b';'))
-  >         if 'parents' in kwargs:
+  >         if b'parents' in kwargs:
   >             kwargs[b'parents'] = map(int, kwargs[b'parents'].split(b','))
   >         new = context.metadataonlyctx(repo, old,
   >                                       **pycompat.strkwargs(kwargs))
diff --git a/contrib/python3-whitelist b/contrib/python3-whitelist
--- a/contrib/python3-whitelist
+++ b/contrib/python3-whitelist
@@ -89,6 +89,7 @@
 test-config.t
 test-conflict.t
 test-confused-revert.t
+test-context-metadata.t
 test-context.py
 test-contrib-check-code.t
 test-contrib-check-commit.t



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


More information about the Mercurial-devel mailing list