| Version | 1.7.0dev |
| Branch | lp:bzr-search |
| Home page | https://launchpad.net/bzr-search |
| Owner | lifeless |
| GNU/Linux | Yes |
| Windows | Yes |
| Mac OS X | Yes |
search is a bzr plugin for searching bzr content.
Commands
bzr search TERM will return the list of documents TERM occurs in.
bzr index [URL] will create an index of a branch.
Documentation
See bzr help search or bzr help plugins/search.
Purpose
Create or update a search index.
Usage
bzr index [URL]
Options
| --usage | Show usage message and options. |
| -v, --verbose | Display more information. |
| -q, --quiet | Only display errors and warnings. |
| -h, --help | Show help message. |
Description
This locates documents in bzr at a given url and creates a search index for that url.
See also
search
Purpose
Perform a search within bzr history.
Usage
bzr search QUERY...
Options
| -v, --verbose | Display more information. |
| -s, --suggest | Suggest possible terms to complete the search. |
| -q, --quiet | Only display errors and warnings. |
| -d ARG, --directory=ARG | |
| Branch to search rather than the one in the current directory. | |
| --usage | Show usage message and options. |
| -h, --help | Show help message. |
Description
This locates documents that match the query and reports them to the console.
See also
index