tests/test-notfound
author NIIMI Satoshi <sa2c@sa2c.net>
Thu, 11 Oct 2007 05:58:54 +0900
changeset 5465 9873cbb134b2
parent 910 891b6a262c4b
permissions -rwxr-xr-x
mercurial.el, mq.el: remove runtime dependencies on CL package * (require 'cl) at compile-time * don't use map()

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