Comment 8 for bug 103870

Revision history for this message
John A Meinel (jameinel) wrote :

Oh, and this can be triggered by simply renaming a directory. Here is a simpler example

bzr init foo
cd foo
mkdir a
touch a/foo
bzr add
bzr commit -m 1
bzr mv a b
echo bar >> b/foo
bzr diff