/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/admin-guide/introduction.txt

  • Committer: Martin von Gagern
  • Date: 2011-09-19 08:42:37 UTC
  • mto: This revision was merged to the branch mainline in revision 6148.
  • Revision ID: martin.vgagern@gmx.net-20110919084237-ck2r99f2ic7m2wxj
Rename --include-sidelines to --include-merged.

This better matches phrases used in existing code and docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
What you need to run a Bazaar server
28
28
------------------------------------
29
29
 
30
 
Where possible, we will discuss both Unix (including Linux) and Windows server
 
30
Where possible, we will discuss both Unix (including GNU/Linux) and Windows server
31
31
environments.  For the purposes of this document, we will consider Mac OS X as
32
32
a type of Unix.
33
33
 
44
44
critical components of the code.  Pure Python alternatives exist for all of
45
45
these components, but they may be considerably slower.  To compile these
46
46
extensions, you need a C compiler and the relevant header files from the
47
 
Python package.  On Linux, these may be in a separate package.  Other
 
47
Python package.  On GNU/Linux, these may be in a separate package.  Other
48
48
operating systems should have the required headers installed by default.
49
49
 
50
50
If you are installing a development version of Bazaar, rather than a released