view tests/test-notfound @ 2728:5d134f04060f

mq: allow to apply patches in subdir of repo again i broke it in 35caf437a201.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Sat, 29 Jul 2006 11:05:39 -0700
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