tests/test-diff-newlines
author Marti Raudsepp <marti@juffo.org>
Sun, 17 May 2009 01:16:56 +0200
changeset 8446 e1f4343db740
parent 2248 b914f0557832
permissions -rwxr-xr-x
tests: use repr.py to avoid binary characters in test output

#!/bin/sh

hg init
python -c 'print "confuse str.splitlines\nembedded\rnewline"' > a
hg ci -Ama -d '1 0'
echo clean diff >> a
hg ci -mb -d '2 0'
hg diff -r0 -r1