##// END OF EJS Templates
Merge with TAH
Merge with TAH

File last commit:

r910:891b6a26 merge default
r910:891b6a26 merge default
Show More
test-notfound.out
9 lines | 308 B | text/plain | TextLexer
/ tests / test-notfound.out
Thomas Arendsen Hein
Addes test for error messages when operating on non-existing files.
r909 + hg init
Is there an error message when trying to diff non-existing files?
+ hg diff not found
not: No such file or directory
found: No such file or directory
Is there an error message when trying to add non-existing files?
+ hg add not found
not: No such file or directory
found: No such file or directory