tests/test-diff-newlines
author Patrick Mezard <pmezard@gmail.com>
Sun, 14 Feb 2010 18:39:16 +0100
branchstable
changeset 10469 b26c4a89a143
parent 2248 b914f0557832
permissions -rwxr-xr-x
Fix test-push-validation under Windows

#!/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