comparison tests/test-revert.out @ 1487:2bc6cd62a29c

fix handling of files of unsupported type in the walk code if a file was of unsupported type, it was considered as 'seen' while walking. this way it was possible to have file in the dirstate not yielded by the walk function.
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Wed, 02 Nov 2005 15:46:31 -0800
parents 508a3f559553
children d436b21b20dc
comparison
equal deleted inserted replaced
1486:d7809d6e9db2 1487:2bc6cd62a29c
1 %% should show b unknown
1 ? b 2 ? b
3 %% should show b unknown and c modified
2 M c 4 M c
3 ? b 5 ? b
6 %% should show b added and c modified
4 M c 7 M c
5 A b 8 A b
9 %% should show a removed, b added and c modified
6 M c 10 M c
7 A b 11 A b
8 R a 12 R a
13 %% should show b added and c modified
9 M c 14 M c
10 A b 15 A b
16 %% should show b unknown and c modified
11 M c 17 M c
12 ? b 18 ? b
19 %% should show b unknown
13 ? b 20 ? b
21 %% should show a b and c
14 a 22 a
15 b 23 b
16 c 24 c