Bazaar: bzr log
| Purpose: | Show log of a branch, file, or directory. |
||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Usage: | bzr log [LOCATION] |
||||||||||||||||||||||||||||||||||||||
| Options: |
|
||||||||||||||||||||||||||||||||||||||
| Description: | By default show the log of the branch containing the working directory. To request a range of logs, you can use the command -r begin..end -r revision requests a specific revision, -r ..end or -r begin.. are also valid. |
||||||||||||||||||||||||||||||||||||||
| Examples: | Log the current branch: bzr log Log a file: bzr log foo.c Log the last 10 revisions of a branch: bzr log -r -10.. http://server/branch |
||||||||||||||||||||||||||||||||||||||
