Comment 3 for bug 611739

Revision history for this message
Daniel Clemente (n142857) wrote :

An easy way to reproduce it:

cd /tmp/; rm -rf bzr01; mkdir bzr01; cd bzr01; bzr init .; mkdir dir; touch dir/song.mp3; bzr ignore '*.mp3'; bzr add dir; bzr status; bzr shelve --all