Submitter | phabricator |
---|---|
Date | July 22, 2019, 10:54 a.m. |
Message ID | <e54cdd3bf8f7134a9ae30d7971f2ad64@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/40999/ |
State | Not Applicable |
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