~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/planned-change-integration.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-06 06:48:25 UTC
  • mfrom: (4070.8.6 debug-config)
  • Revision ID: pqm@pqm.ubuntu.com-20090306064825-kbpwggw21dygeix6
(mbp) debug_flags configuration option

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
integrate because we will often need to alter apis throughout the code base to
12
12
expose the increased or reduced model of the preferred disk format.
13
13
 
14
 
`Performance Tasks`_, which is generated from the Graphviz "dot" file ``performance.dot``, graphs out the dependencies to let us make
 
14
The dot file performance.dot graphs out the dependencies to let us make
15
15
accurate assessments of the changes needed in terms of code and API, hopefully
16
16
minimising the number of different integration steps we have to take, while
17
 
giving us a broad surface area for development. It's based on a summary in the
 
17
giving us a broad surface area for development. Its based on a sumary in the
18
18
next section of this document of the planned changes with their expected
19
19
collaborators and dependencies. Where a command is listed, the expectation is
20
20
that all uses of that command - local, remote, dumb transport and smart
139
139
   data, making only explicit uses of it visible, and isolating the impact of
140
140
   removing it : allowing us to experiment sensibly. This covers both dropping
141
141
   the per-file merge graph and the hash-based-names proposals.
142
 
 
143
 
.. _`Performance Tasks`: performance.png