Mercurial > hg
view tests/test-parents.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 | 0d26e3d0eeeb |
children | be5dc5e3ab2d |
line wrap: on
line source
% no working directory adding a adding b % hg parents changeset: 2:6cfac479f009 tag: tip user: test date: Thu Jan 01 00:00:02 1970 +0000 summary: b % hg parents a changeset: 0:b6a1406d8886 user: test date: Thu Jan 01 00:00:00 1970 +0000 summary: ab % hg parents -r 2 changeset: 1:d786049f033a user: test date: Thu Jan 01 00:00:01 1970 +0000 summary: a % hg parents -r 2 a changeset: 0:b6a1406d8886 user: test date: Thu Jan 01 00:00:00 1970 +0000 summary: ab