comparison tests/test-empty-dir.out @ 925:5a034646e472

run-tests: remove '+ hg' trick This was causing me a fair amount of debugging confusion. Let's just forget it entirely. Updated tests to match.
author mpm@selenic.com
date Tue, 16 Aug 2005 19:03:01 -0800
parents 0902ffece4b4
children ba198d17eea9
comparison
equal deleted inserted replaced
924:ab681ea2857e 925:5a034646e472
1 + hg init
2 + hg add a
3 + hg commit -m first -d 0 0 a
4 + hg add sub/b
5 + hg commit -m second -d 0 0 sub/b
6 321 1 321
7 + hg co 0
8 cat: sub/b: No such file or directory 2 cat: sub/b: No such file or directory
9 ls: sub: No such file or directory 3 ls: sub: No such file or directory