diff 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
line wrap: on
line diff
--- a/tests/test-copy2.out
+++ b/tests/test-copy2.out
@@ -23,3 +23,8 @@ bar renamed from foo:dd12c926cf165e3eb4c
 # copy --after on an added file
 A baz
   bar
+# foo was clean:
+C foo
+# but it's considered modified after a copy --after --force
+M foo
+  bar