tests/test-diff-newlines
author Eric Hopper <hopper@omnifarious.org>
Thu, 17 May 2007 20:09:47 -0700
changeset 4440 eff2eefdb65a
parent 2248 b914f0557832
permissions -rwxr-xr-x
Add ability to parse branch information to hg import

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