Skip to content
Snippets Groups Projects
Commit 3a3731a6 authored by Matt Mackall's avatar Matt Mackall
Browse files

test-import-merge: mangle file in binary mode

This should fix a test breakage on Windows.
parent 654dd828
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@
$ hg ci -m3
$ hg export 2 | head -7 > ../a.patch
$ hg export tip > out
>>> apatch = open("../a.patch", "a")
>>> apatch = open("../a.patch", "ab")
>>> apatch.write("".join(open("out").readlines()[7:]))
$ cd ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment