Purpose: | Set/unset and display aliases. |
||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Usage: | bzr alias [NAME] |
||||||||||
Options: |
|
||||||||||
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
|