comparison tests/test-copy2.out @ 4677:de8ec7e1753a

dirstate.status: if a file is marked as copied, consider it modified After a "hg copy --force --after somefile cleanfile", cleanfile shouldn't be considered clean anymore.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Thu, 21 Jun 2007 23:42:06 -0300
parents de612b5f8d59
children 719c402258ee
comparison
equal deleted inserted replaced
4676:0f6e2b37512d 4677:de8ec7e1753a
21 bar renamed from foo:dd12c926cf165e3eb4cf87b084955cb617221c17 21 bar renamed from foo:dd12c926cf165e3eb4cf87b084955cb617221c17
22 # should show no copies 22 # should show no copies
23 # copy --after on an added file 23 # copy --after on an added file
24 A baz 24 A baz
25 bar 25 bar
26 # foo was clean:
27 C foo
28 # but it's considered modified after a copy --after --force
29 M foo
30 bar