tests/test-revert.out
changeset 1487 2bc6cd62a29c
parent 1447 508a3f559553
child 2029 d436b21b20dc
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