view tests/test-notfound @ 3867:d210a1b05cf6

Added signature for changeset 36a957364b1b89c150f2d0e60a99befe0ee08bd3
author Matt Mackall <mpm@selenic.com>
date Sun, 10 Dec 2006 20:08:16 -0600
parents 891b6a262c4b
children
line wrap: on
line source

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