tests/test-notfound
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 01 Jun 2006 18:36:32 +0200
changeset 2361 d3adb454c5a9
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Fix automatic decompression of tarballs with Firefox. The encoding was set to gzip/bzip2, so Firefox (correctly) assumed, that this has to be "decoded" (i.e. decompressed).

#!/bin/sh

hg init

echo "Is there an error message when trying to diff non-existing files?"
hg diff not found

echo "Is there an error message when trying to add non-existing files?"
hg add not found