delete file history with bazaar
问题 Someone committed all binaries to our bazaar trunk, and I want to get rid of it. `bzr del file' only deletes the file from the current revision, but not the history of the file. Is there a way we can remove the file history so that we don't all have to download hundreds of MBs of data? 回答1: There is 2 ways. But you need to be ready that you will re-create the part (or even full) of your branch history, so your current (local) branches will become incompatible with new branch after deleting