tests/test-revert.out
changeset 2029 d436b21b20dc
parent 1487 2bc6cd62a29c
child 2030 8d9ec30d58bc
equal deleted inserted replaced
2028:1f1fc418a96c 2029:d436b21b20dc
     8 A b
     8 A b
     9 %% should show a removed, b added and c modified
     9 %% should show a removed, b added and c modified
    10 M c
    10 M c
    11 A b
    11 A b
    12 R a
    12 R a
    13 %% should show b added and c modified
    13 %% should show b added, copy saved, and c modified
    14 M c
    14 M c
    15 A b
    15 A b
    16 %% should show b unknown and c modified
    16 saving current version of b as b.bak
       
    17 %% should show b unknown, b.bak unknown, and c modified
    17 M c
    18 M c
    18 ? b
    19 ? b
    19 %% should show b unknown
    20 ? b.bak
       
    21 %% should show unknown: b b.bak
    20 ? b
    22 ? b
    21 %% should show a b and c
    23 ? b.bak
       
    24 %% should show a b b.bak c e
    22 a
    25 a
    23 b
    26 b
       
    27 b.bak
    24 c
    28 c
       
    29 e
       
    30 %% should save backup to e.0
       
    31 saving current version of e as e.0
       
    32 reverting e
       
    33 %% should say no changes needed
       
    34 no changes needed to a
       
    35 %% should say file not managed
       
    36 file not managed: q
       
    37 %% should say file not found
       
    38 notfound: No such file or directory