Submitter | phabricator |
---|---|
Date | Feb. 11, 2018, 2:04 p.m. |
Message ID | <da1f696d9f12b4fbf990b472513f4227@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/27551/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/test-clone.t b/tests/test-clone.t --- a/tests/test-clone.t +++ b/tests/test-clone.t @@ -10,7 +10,7 @@ Create a non-inlined filelog: - $ $PYTHON -c 'file("data1", "wb").write("".join("%s\n" % x for x in range(10000)))' + $ $PYTHON -c 'open("data1", "wb").write(b"".join(b"%d\n" % x for x in range(10000)))' $ for j in 0 1 2 3 4 5 6 7 8 9; do > cat data1 >> b > hg commit -m test