~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/performance.dot

  • Committer: Aaron Bentley
  • Date: 2007-07-12 07:37:18 UTC
  • mfrom: (2603 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2606.
  • Revision ID: aaron.bentley@utoronto.ca-20070712073718-255ekb0xllut6jmb
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
  status_analysis[label="Work required analysis for status"];
16
16
  uncommit_analysis[label="Work required analysis for uncommit"];
17
17
  wt_disk_order[label="Working Tree disk ordering\n6-8 weeks"];
 
18
  iter_merge[label="iter_changes based merge\n2 days"];
18
19
 
19
20
  /* uncompleted node list - add new tasks here */
20
21
  node[color="blue"];
62
63
  repo_disk_order[label="Repository disk ordering\n1 month"];
63
64
  pack_repository[label="Pack based repository format"];
64
65
  graph_api[label="Network-efficient revision-graph API\n3 week"];
65
 
  iter_merge[label="iter_changes based merge\n2 days"];
66
66
  validators[label="Build new validators for revisions and trees."];
67
67
 
68
68
  /* under discussion/optional */