Activity log for bug #94037

Date Who What changed Old value New value Message
2007-03-20 09:35:51 Sabin Iacob bug added bug
2007-03-22 23:49:32 John A Meinel bzr: status Unconfirmed Fix Committed
2007-03-22 23:49:32 John A Meinel bzr: importance Undecided Critical
2007-03-22 23:49:32 John A Meinel bzr: statusexplanation It turns out this is a bug in the WorkingTree4.move() logic. Basically, when moving a directory, child entries were improperly renamed such that the reference pointed to the directory instead of the child. (example, if you moved dir/subdir => subdir, then dir/subdir/file would have a rename pointer to subdir, rather than subdir/file). There is a fix in the associated branch. And this should be merged for 0.15
2007-03-22 23:49:32 John A Meinel bzr: assignee jameinel
2007-04-05 14:21:05 John A Meinel bzr: status Fix Committed Fix Released
2007-04-05 14:21:05 John A Meinel bzr: statusexplanation It turns out this is a bug in the WorkingTree4.move() logic. Basically, when moving a directory, child entries were improperly renamed such that the reference pointed to the directory instead of the child. (example, if you moved dir/subdir => subdir, then dir/subdir/file would have a rename pointer to subdir, rather than subdir/file). There is a fix in the associated branch. And this should be merged for 0.15 in 0.15-final and bzr.dev