comparison tests/test-notify @ 7172:fb1d7a42663c

Use dummy diffstat in tests and remove older diffstat workaround. This makes test-notify pass on systems without diffstat installed or where the diffstat version yields a different output.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sun, 19 Oct 2008 19:03:23 +0200
parents 89431fbe0524
children 44b3f7bbe2f3
comparison
equal deleted inserted replaced
7171:41b7802b089a 7172:fb1d7a42663c
81 81
82 echo % pull 82 echo % pull
83 hg --cwd b rollback 83 hg --cwd b rollback
84 hg --traceback --cwd b pull ../a 2>&1 | sed -e 's/\(Message-Id:\).*/\1/' \ 84 hg --traceback --cwd b pull ../a 2>&1 | sed -e 's/\(Message-Id:\).*/\1/' \
85 -e 's/changeset \([0-9a-f]*\) in .*/changeset \1/' \ 85 -e 's/changeset \([0-9a-f]*\) in .*/changeset \1/' \
86 -e 's/^Date:.*/Date:/' \ 86 -e 's/^Date:.*/Date:/'
87 -e 's/^1 files changed/1 file changed/'