Purpose: | Show the origin of each line in a file. |
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Usage: | bzr annotate FILENAME |
||||||||||||||||||||||
Options: |
|
||||||||||||||||||||||
Description: | This prints out the given file with an annotation on the left side indicating which revision, author and date introduced the change. If the origin is the same for a run of consecutive lines, it is shown only at the top, unless the –all option is given. |
||||||||||||||||||||||
Aliases: | ann, blame, praise |