Comment 3 for bug 373319

Revision history for this message
Robert Collins (lifeless) wrote : Re: dirstate AssertionError: "Could not find target parent in wt" after auto mv/rename or deleting directory

Fritz, could you try to duplicate this with current bzr.dev ? Its quite complex to reproduce exactly without sample data, so I'd like it if:
 - you can confirm that its still not fixed
 - you could create a small script that demonstrates the problem.

something like:
bzr init trunk
cd trunk
echo 1 > 1
echo 2 > 2
#...
bzr add
bzr commit -m "1"
# make the changes you need to setup the failure you're getting
bzr mv --auto