Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > a99c463cccd19ab912401d5eb4e6ee20 > files > 264

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

alias
=====

:Purpose: Set/unset and display aliases.
:Usage:   bzr alias [NAME]

:Options:
  --usage        Show usage message and options.
  -v, --verbose  Display more information.
  -q, --quiet    Only display errors and warnings.
  --remove       Remove the alias.
  -h, --help     Show help message.

:Examples:
    Show the current aliases::

        bzr alias

    Show the alias specified for 'll'::

        bzr alias ll

    Set an alias for 'll'::

        bzr alias ll="log --line -r-10..-1"

    To remove an alias for 'll'::

        bzr alias --remove ll