I'm trying to figure out why someone has deleted a file inside of a bzr repository. I know it was there before, but now it's gone. There has been several hundred commits since then. No one wants to read through each one. I just want to find the revision number when the file was removed to figure out why it was deleted.
Is there a command in bzr that can do that? I tried using bzr log filename but it gives me an error:
bzr: ERROR: Path unknown at end or start of revision range:
Any suggestions?