# HG changeset patch # User Mads Kiilerich # Date 1324914883 -3600 # Node ID d85ecaf3e83393ac8468fc69c0e387e5e8acc21a # Parent 8e1854807dc2b03a5222a8a2ac777d3705bc0614 tests: ensure platform independent revision hashes in test-notify.t Makes the test pass again on windows after ca572e94d8e7. diff -r 8e1854807dc2 -r d85ecaf3e833 tests/test-notify.t --- a/tests/test-notify.t Mon Dec 26 16:57:14 2011 +0100 +++ b/tests/test-notify.t Mon Dec 26 16:54:43 2011 +0100 @@ -412,7 +412,7 @@ > test = False > mbox = mbox > EOF - $ python -c 'print "no" * 500' >> a/a + $ python -c 'file("a/a", "ab").write("no" * 500 + "\n")' $ hg --cwd a commit -A -m "long line" $ hg --traceback --cwd b pull ../a pulling from ../a