##// END OF EJS Templates
Incorporated most of Aron Griffis suggestions for sh compatibility.
Incorporated most of Aron Griffis suggestions for sh compatibility.

File last commit:

r801:1f9ec150 default
r804:19388dcb 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