Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 27647990744ebd9cfe32398f37f67e20 > files > 2796

bzr-2.6.0-11.1.mga5.i586.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