/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/developers/code-style.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:
480
480
        f.close()
481
481
 
482
482
 
483
 
Terminology
484
 
===========
485
 
 
486
 
Bazaar is a GNU project and uses standard GNU terminology, especially:
487
 
 
488
 
 * Use the word "Linux" to refer to the Linux kernel, not as a synechoche
489
 
   for the entire operating system.  (See `bug 528253
490
 
   <https://bugs.launchpad.net/bzr/+bug/528253>`_).
491
 
 
492
 
 * Don't say "open source" when you mean "free software".
493
 
 
494
 
 
495
483
Dynamic imports
496
484
===============
497
485