~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/configuration.txt

  • Committer: Vincent Ladeuil
  • Date: 2011-05-26 20:30:53 UTC
  • mfrom: (5920 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5924.
  • Revision ID: v.ladeuil+lp@free.fr-20110526203053-hbjn6yuzwg03wnuv
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
A ``Stack`` defines a mutable section when there is no ambiguity.  If there
96
96
is one, then the *user* should be able to decide and in this case a new
97
97
``Stack`` can be created cheaply.
 
98
 
 
99
Different stacks can be created for different purposes, the existing
 
100
``GlobalStack``, ``LocationStack`` and ``BranchStack`` can be used as basis
 
101
or examples. These classes are the only ones that should be used in code,
 
102
``Stores`` can be used to build them but shouldn't be used otherwise, ditto
 
103
for sections. Again, the associated tests could and should be used against the
 
104
created stacks.