tests/test-diffdir
author Thomas Arendsen Hein <thomas@intevation.de>
Sun, 29 Jan 2006 14:36:11 +0100
changeset 1662 2d8dc84c9323
parent 981 4f81068ed8cd
child 1723 fde8fb2cbede
permissions -rwxr-xr-x
Added missing quote in warning text to tests, too.

#!/bin/sh

hg init
touch a
hg add a
hg ci -m "a" -d "0 0"

echo 123 > b
hg add b
hg diff | sed -e "s/\(+++ [a-zA-Z0-9_/.-]*\).*/\1/" \
              -e "s/\(--- [a-zA-Z0-9_/.-]*\).*/\1/"

hg diff -r tip | sed -e "s/\(+++ [a-zA-Z0-9_/.-]*\).*/\1/" \
                     -e "s/\(--- [a-zA-Z0-9_/.-]*\).*/\1/"