~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/overview.txt

  • Committer: Jelmer Vernooij
  • Date: 2012-02-06 23:39:18 UTC
  • mto: This revision was merged to the branch mainline in revision 6464.
  • Revision ID: jelmer@samba.org-20120206233918-npgqa0zbaulo9cc0
Remove potentially confusing sentence about control directories.

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
Control directory
167
167
=================
168
168
 
169
 
Control directories are responsible for storing versioning data. Each
170
 
control directory (such as ".bzr/") can contain zero or one repositories,
171
 
zero or one working trees and zero or more branches.
 
169
Each control directory (such as ".bzr/") can contain zero or one
 
170
repositories, zero or one working trees and zero or more branches.
172
171
 
173
172
The ``BzrDir`` class is the ``ControlDir`` implementation that is
174
173
responsible for the ".bzr/" directory and its implementation. Plugins