/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/performance-roadmap.txt

  • Committer: Matthew Fuller
  • Date: 2009-07-25 15:21:25 UTC
  • mto: (4772.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4773.
  • Revision ID: fullermd@over-yonder.net-20090725152125-2mzil0setr85g0no
Adjust documentation in the user guide a bit to correspond to DWIM
revspecs.

This is untested, as I don't have the tools to build the docs.  It's
also really not as clean as it could be, and there are probably much
better ways to put this info in here.  But it's something.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
==========================
 
2
Bazaar Performance Roadmap
 
3
==========================
 
4
 
 
5
.. Mark sections in included files as following:
 
6
..   level 1 ========
 
7
..   level 2 --------
 
8
..   level 3 ~~~~~~~~
 
9
..   level 4 ^^^^^^^^ (it is better not to use nesting deeper than 3 levels)
 
10
 
 
11
.. contents::
 
12
.. sectnum::
 
13
 
 
14
About the performance roadmap
 
15
#############################
 
16
 
 
17
.. include:: performance-roadmap-rationale.txt
 
18
 
 
19
.. include:: planned-performance-changes.txt
 
20
 
 
21
.. include:: planned-change-integration.txt
 
22
 
 
23
Analysis of use cases
 
24
#####################
 
25
 
 
26
.. include:: performance-use-case-analysis.txt
 
27
 
 
28
Use cases
 
29
#########
 
30
 
 
31
.. include:: initial-push-pull.txt
 
32
 
 
33
.. include:: incremental-push-pull.txt
 
34
 
 
35
.. include:: add.txt
 
36
 
 
37
.. include:: commit.txt
 
38
 
 
39
.. include:: diff.txt
 
40
 
 
41
.. include:: gc.txt
 
42
 
 
43
.. include:: revert.txt
 
44
 
 
45
.. include:: status.txt
 
46
 
 
47
.. include:: annotate.txt
 
48
 
 
49
.. include:: merge-scaling.txt
 
50
 
 
51
.. include:: bundle-creation.txt
 
52
 
 
53
.. include:: uncommit.txt
 
54
 
 
55
.. include:: missing.txt
 
56
 
 
57
Subsystem designs
 
58
#################
 
59
 
 
60
.. include:: directory-fingerprints.txt