--- a/tests/test-keyword.t Mon Jan 23 16:21:12 2012 +0100
+++ b/tests/test-keyword.t Sat Feb 11 14:18:19 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
@@ -556,7 +556,6 @@
Commit and show expansion in original and copy
$ hg --debug commit -ma2c -d '1 0' -u 'User Name <user@example.com>'
- invalidating branch cache (tip differs)
c
c: copy a:0045e12f6c5791aac80ca6cbfd97709a88307292
overwriting c expanding keywords