tests/test-diff-newlines
author Daniel <byteshack@gmail.com>
Sat, 13 May 2006 20:41:53 +0200
changeset 2277 066d0055e430
parent 2248 b914f0557832
permissions -rwxr-xr-x
Add more specific documentation about defaults for the [paths] section of the hgrc(5) document.

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