tests/test-notfound
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Thu, 24 Aug 2006 15:19:56 -0700
changeset 3014 47aad3489da8
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Fixed an exception in notify extension (b2a_hex argument incorrect) Detailed messages was - incoming.notify hook raised an exception: b2a_hex() argument 1 must be string or read-only character buffer, not stringio

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