bzr-search is a plugin for Bazaar that provides the ability to index the contents of a branch and then perform fast queries on the fulltext index. It is alpha-quality, which is to say that it works for many users and bug reports are appreciated. The index allows searching on the contents of commit messages, the paths present in the various commits, and the content of files.
To install, simply type:
mkdir -p ~/.bazaar/plugins
bzr branch lp:bzr-search ~/.bazaar/plugins/search
Requirements:
· Bazaar
What's New in This Release: [ read full changelog ]
· This version supports bzr 1.6, simple including and exclusive searches.