Sophie

Sophie

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

bzr-2.7.0-1.3.mga6.x86_64.rpm

alias
=====

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

:Options:
  --usage        Show usage message and options.
  -q, --quiet    Only display errors and warnings.
  -v, --verbose  Display more information.
  --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