/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/entering_commands.txt

  • Committer: Jelmer Vernooij
  • Date: 2018-07-08 14:45:27 UTC
  • mto: This revision was merged to the branch mainline in revision 7036.
  • Revision ID: jelmer@jelmer.uk-20180708144527-codhlvdcdg9y0nji
Fix a bunch of merge tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
User interfaces
5
5
---------------
6
6
 
7
 
There are numerous user interfaces available for Bazaar.
8
 
The core package provides a command line tool called **bzr** and
 
7
There are numerous user interfaces available for Breezy.
 
8
The core package provides a command line tool called **brz** and
9
9
graphical user interfaces (GUIs) are available as plug-ins.
10
10
 
11
 
Using bzr
 
11
Using brz
12
12
---------
13
13
 
14
14
The syntax is::
15
15
 
16
 
  bzr [global-options] command [options and arguments]
 
16
  brz [global-options] command [options and arguments]
17
17
 
18
 
Global options affect how Bazaar operates and can appear either
 
18
Global options affect how Breezy operates and can appear either
19
19
before or after ``command``. Command specific options must appear
20
20
after the command but may be given either before, during or after any
21
21
command-specific arguments.