/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: Robert Collins
  • Date: 2008-03-03 11:35:47 UTC
  • mto: This revision was merged to the branch mainline in revision 3333.
  • Revision ID: robertc@robertcollins.net-20080303113547-h2gg8asygpg60uun
* ``bzr switch`` will attempt to find branches to switch to relative to the
  current branch. E.g. ``bzr switch branchname`` will look for
  ``current_branch/../branchname``. (Robert Collins, Jelmer Vernooij,
  Wouter van Heyst)

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
   ``commit --no-strict``.
51
51
 
52
52
 * Aliases can override the standard behaviour of existing commands by giving
53
 
   an alias name that is the same as the original command. For example, default
 
53
   an alias name that is the same as the orignal command. For example, default
54
54
   commit is changed with ``commit=commit --strict``.
55
55
 
56
56
 * Aliases cannot refer to other aliases. In other words making a