diff tests/test-diff-hashes @ 5689:c2d0ed7f4af8

Move diffing missing file test and remove test-notfound No point to have a test dedicated to this diff behaviour.
author Patrick Mezard <pmezard@gmail.com>
date Mon, 24 Dec 2007 12:22:33 +0100
parents 2065789f6a3e
children
line wrap: on
line diff
--- a/tests/test-diff-hashes	Mon Dec 24 12:14:43 2007 +0100
+++ b/tests/test-diff-hashes	Mon Dec 24 12:22:33 2007 +0100
@@ -2,6 +2,7 @@
 
 hg init a
 cd a
+hg diff not found
 echo bar > foo
 hg add foo
 hg ci -m 'add foo' -d '1000000 0'