branch | stable |
changeset 1048 | b5a5c7ce4d1d |
parent 1043 | 93ced643068d |
child 1049 | fcc01604f7a6 |
--- a/tests/test-keyword.t Sat Jan 14 01:56:27 2012 +0100 +++ b/tests/test-keyword.t Wed Feb 08 16:56:00 2012 +0000 @@ -169,10 +169,10 @@ hg status of kw-ignored binary file starting with '\1\n' - $ printf '\1\nfoo' > i + >>> open("i", "wb").write("\1\nfoo") $ hg -q commit -Am metasep i $ hg status - $ printf '\1\nbar' > i + >>> open("i", "wb").write("\1\nbar") $ hg status M i $ hg -q commit -m "modify metasep" i