tests/test-copy2.out
changeset 5764 8a5d8fb59ed2
parent 5762 c2a21fe60994
child 10490 f2618cacb485
equal deleted inserted replaced
5762:c2a21fe60994 5764:8a5d8fb59ed2
    10 A bar
    10 A bar
    11 # should print a warning that this is not a real copy; foo is added
    11 # should print a warning that this is not a real copy; foo is added
    12 bar has not been committed yet, so no copy data will be stored for foo.
    12 bar has not been committed yet, so no copy data will be stored for foo.
    13 A foo
    13 A foo
    14 # dry-run; should show that foo is clean
    14 # dry-run; should show that foo is clean
    15 = foo
    15 C foo
    16 # should show copy
    16 # should show copy
    17 A bar
    17 A bar
    18   foo
    18   foo
    19 # shouldn't show copy
    19 # shouldn't show copy
    20 # should match
    20 # should match
    39 # should show no copies
    39 # should show no copies
    40 # copy --after on an added file
    40 # copy --after on an added file
    41 A baz
    41 A baz
    42   bar
    42   bar
    43 # foo was clean:
    43 # foo was clean:
    44 = foo
    44 C foo
    45 # but it's considered modified after a copy --after --force
    45 # but it's considered modified after a copy --after --force
    46 M foo
    46 M foo
    47   bar
    47   bar