Submitter | phabricator |
---|---|
Date | July 20, 2019, 6:24 p.m. |
Message ID | <differential-rev-PHID-DREV-bzsl3x5vebtdv5dqypms-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/40983/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/tests/test-convert-identity.t b/tests/test-convert-identity.t --- a/tests/test-convert-identity.t +++ b/tests/test-convert-identity.t @@ -10,7 +10,7 @@ $ cat <<'EOF' > changefileslist.py > from mercurial import (changelog, extensions) > def wrap(orig, clog, manifest, files, *args, **kwargs): - > return orig(clog, manifest, ["a"], *args, **kwargs) + > return orig(clog, manifest, [b"a"], *args, **kwargs) > def extsetup(ui): > extensions.wrapfunction(changelog.changelog, 'add', wrap) > EOF