tests/test-diff-newlines
author Giorgos Keramidas <keramida@ceid.upatras.gr>
Sun, 24 Jun 2007 10:08:38 -0500
changeset 4699 a6b62584d0b2
parent 2248 b914f0557832
permissions -rwxr-xr-x
unbundle: accept multiple file arguments update test-bundle for multiple unbundle support

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