/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/en/user-guide/using_aliases.txt

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 19:09:26 UTC
  • mfrom: (6622.1.36 breezy)
  • Revision ID: jelmer@jelmer.uk-20170521190926-5vtz8xaf0e9ylrpc
Merge rename to breezy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
The aliases defined above would be used like so: ::
36
36
 
37
 
   % bzr recentlog
38
 
   % bzr ll
39
 
   % bzr commit
40
 
   % bzr diff
 
37
   % brz recentlog
 
38
   % brz ll
 
39
   % brz commit
 
40
   % brz diff
41
41
 
42
42
Rules for aliases
43
43
-----------------
57
57
   ``lastlog`` alias and referring to it with a ``ll`` alias will not work.
58
58
   This includes aliases that override standard commands.
59
59
 
60
 
 * Giving the ``--no-aliases`` option to the bzr command will tell it to ignore aliases
61
 
   for that run. For example, running ``bzr --no-aliases commit`` will perform a
 
60
 * Giving the ``--no-aliases`` option to the brz command will tell it to ignore aliases
 
61
   for that run. For example, running ``brz --no-aliases commit`` will perform a
62
62
   standard commit instead, not do a ``commit --strict``.
63
63