tests/test-notfound
author Jesse Glick <jesse.glick@sun.com>
Thu, 20 Dec 2007 07:05:40 -0500
changeset 5679 1d8ef9fb3e88
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Atom/RSS logo display problem using min font size. Using Minimum Font Size = 18 on Firefox, the Atom and RSS logos in a changeset web page look crushed together. No need to specify an absolute width for text; just use sensible padding instead.

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