##// END OF EJS Templates
Removed special FIXME handling in run-tests, added bug info to .out files.
Removed special FIXME handling in run-tests, added bug info to .out files.

File last commit:

r814:0902ffec merge default
r833:ad8ff353 default
Show More
test-empty-dir.out
9 lines | 188 B | text/plain | TextLexer
/ tests / test-empty-dir.out
Thomas Arendsen Hein
Updated output of tests.
r801 + hg init
+ hg add a
+ hg commit -m first -d 0 0 a
+ hg add sub/b
+ hg commit -m second -d 0 0 sub/b
mpm@selenic.com
Remove empty directories on update...
r578 321
Thomas Arendsen Hein
Updated output of tests.
r801 + hg co 0
mpm@selenic.com
Remove empty directories on update...
r578 cat: sub/b: No such file or directory
ls: sub: No such file or directory