Comment 0 for bug 76765

Revision history for this message
Marius Kruger (amanica) wrote : diff -r-1 for branch with one revision is broken

bzr init
echo "test" > someFile.txt
bzr add someFile.txt
bzr commit -m "initial commit"
bzr diff -r-1 #doesn't show changes
bzr diff -r0 #does show changes

This was unexpected and I believe that they should behave the same
if there is currently only one committed revision