53
52
* Aliases can override the standard behaviour of existing commands by giving
54
53
an alias name that is the same as the orignal command. For example, default
55
54
commit is changed with ``commit=commit --strict``.
56
56
* Aliases cannot refer to other aliases. In other words making a
57
57
``lastlog`` alias and referring to it with a ``ll`` alias will not work.
60
61
for that run. For example, running ``bzr --no-aliases commit`` will perform a