tests/test-diff-newlines
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Mon, 29 Jun 2009 01:09:33 +0900
changeset 9350 b789ea382fc0
parent 2248 b914f0557832
permissions -rwxr-xr-x
inotify: server: use dirstate instead of repo

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