http://bugs.grommit.com/show_bug.cgi?id=416
Summary: cdm active list can lose removed files Product: SCM Migration Version: unspecified Platform: All OS/Version: Solaris 11/Nevada Status: NEW Severity: normal Priority: P2 Component: cdm AssignedTo: scm-migration-dev at opensolaris.org ReportedBy: richlowe at richlowe.net (apologies for the poor synopsis) While trying some sleight of hand to test a change to cdm (bug #414 / bug #415) I came across a way to make the active list lose knowledge of a removed file. Proceed thusly: % mkdir testdir && cd testdir % hg init parent % cd parent % touch a b % hg ci -Am "Initial" % cd .. % hg clone parent child Now for the bit that tricks it: % hg mv a rename1 % hg ci -m "One" % hg mv -f rename1 b % hg ci -m "Two" % hg mv b rename2 % hg list ... we don't notice 'a' was removed ... % hg ci -m "Three" % hg list ... we still don't notice 'a' was removed ... -- Configure bugmail: http://bugs.grommit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.