Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > bb289dcb70c77851f7fd9cf8aa0cb919 > files > 2852

bzr-2.7.0-1.1.mga6.x86_64.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