D3605: py3: add b'' prefix in test/test-fileset.t

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Sat May 19 15:39:38 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG8fa2b5c85a46: py3: add b'' prefix in test/test-fileset.t (authored by pulkit, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D3605?vs=8776&id=8809

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

AFFECTED FILES
  tests/test-fileset.t

CHANGE DETAILS

diff --git a/tests/test-fileset.t b/tests/test-fileset.t
--- a/tests/test-fileset.t
+++ b/tests/test-fileset.t
@@ -434,7 +434,7 @@
   > from mercurial import registrar
   > 
   > filesetpredicate = registrar.filesetpredicate()
-  > @filesetpredicate('existingcaller()', callexisting=False)
+  > @filesetpredicate(b'existingcaller()', callexisting=False)
   > def existingcaller(mctx, x):
   >     # this 'mctx.existing()' invocation is unintentional
   >     return [f for f in mctx.existing()]



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


More information about the Mercurial-devel mailing list