How can I remove all unversioned files from a Bazaar workspace? I'm looking to do the equivalent of hg purge --all or git clean -fd.
hg purge --all
git clean -fd
I've seen this only in BzrTools, as the clean-tree command.