view tests/test-diff-newlines @ 7668:876de22b70b8

coal/paper: add missing spaces in changeset child formatting
author Stepan Koltsov <yozh@mx1.ru>
date Mon, 19 Jan 2009 12:36:06 +0100
parents b914f0557832
children
line wrap: on
line source

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