tests/test-diff-newlines
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Tue, 09 Mar 2010 16:03:57 +0100
branchstable
changeset 10612 30553ac3e355
parent 2248 b914f0557832
permissions -rwxr-xr-x
demandimport: blacklist _ssl (issue1964)

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