/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: Martin
  • Date: 2017-06-05 20:48:31 UTC
  • mto: This revision was merged to the branch mainline in revision 6658.
  • Revision ID: gzlist@googlemail.com-20170605204831-20accykspjcrx0a8
Apply 2to3 dict fixer and clean up resulting mess using view helpers

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