Submitter | phabricator |
---|---|
Date | May 19, 2018, 7:39 p.m. |
Message ID | <a056aaf50240414e6439be4a68413f86@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/31726/ |
State | Not Applicable |
Headers | show |
Comments
Patch
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()]