Commit Graph

2 Commits

Author SHA1 Message Date
Thomas Arendsen Hein
50d536fc22 Fixed test-copy2 with only looking at copied files. 2005-08-28 16:37:24 +02:00
mpm@selenic.com
7f0689647a fix some rename/copy bugs
- delete copy information when we update dirstate

  hg was keeping the copy state and marking things as copied on
  multiple commits

- files that are renamed should have no parents

  if you do a rename/copy to an existing file, it should not be marked
  as descending from its previous revisions.

- remove spurious print from filelog.renamed

- add some more copy tests
2005-08-27 22:04:17 -07:00