Sophie

Sophie

distrib > Fedora > 16 > x86_64 > by-pkgid > a99c463cccd19ab912401d5eb4e6ee20 > files > 265

bzr-doc-2.4.2-1.fc16.noarch.rpm

annotate
========

:Purpose: Show the origin of each line in a file.
:Usage:   bzr annotate FILENAME

:Options:
  --all                 Show annotations on all lines.
  -v, --verbose         Display more information.
  -q, --quiet           Only display errors and warnings.
  --long                Show commit date in annotations.
  -d ARG, --directory=ARG
                        Branch to operate on, instead of working directory
  --usage               Show usage message and options.
  --show-ids            Show internal object ids.
  -r ARG, --revision=ARG
                        See "help revisionspec" for details.
  -h, --help            Show help message.

: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