~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/feature-flags.txt

  • Committer: Jelmer Vernooij
  • Date: 2011-12-14 18:04:32 UTC
  • mto: This revision was merged to the branch mainline in revision 6404.
  • Revision ID: jelmer@samba.org-20111214180432-1tj6jz79ei1tpu1x
Fix some typos, thanks Vila.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
-----------
96
96
 
97
97
Class methods will be added to ``BzrFormat`` to allow registering
98
 
and deregistering the presence of particular features. This class is inherited
 
98
and unregistering the presence of particular features. This class is inherited
99
99
by ``BzrBranchFormat``, ``VersionedFileRepositoryFormat`` and
100
100
``InventoryWorkingTreeFormat``.
101
101
 
104
104
 
105
105
Upon opening, BzrFormat will be responsible for checking that the
106
106
required features are present.  lock_write will raise an exception
107
 
when there is an un unsupported mandatory feature required for write access.
 
107
when there is an unsupported mandatory feature required for write access.
108
108
 
109
109
Methods will also be added to BzrFormat to allow plugins, etc,
110
110
to check whether a feature is present and adding new features: