comparison tests/test-notfound.out @ 925:5a034646e472

run-tests: remove '+ hg' trick This was causing me a fair amount of debugging confusion. Let's just forget it entirely. Updated tests to match.
author mpm@selenic.com
date Tue, 16 Aug 2005 19:03:01 -0800
parents 891b6a262c4b
children 9462df772bc8
comparison
equal deleted inserted replaced
924:ab681ea2857e 925:5a034646e472
1 + hg init
2 Is there an error message when trying to diff non-existing files? 1 Is there an error message when trying to diff non-existing files?
3 + hg diff not found
4 not: No such file or directory 2 not: No such file or directory
5 found: No such file or directory 3 found: No such file or directory
6 Is there an error message when trying to add non-existing files? 4 Is there an error message when trying to add non-existing files?
7 + hg add not found
8 not: No such file or directory 5 not: No such file or directory
9 found: No such file or directory 6 found: No such file or directory