##// END OF EJS Templates
updated help text and added manpage section for hg paths...
updated help text and added manpage section for hg paths Index: hg/doc/hg.1.txt ===================================================================

File last commit:

r910:891b6a26 merge default
r924:ab681ea2 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