~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/performance.dot

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-12 02:12:35 UTC
  • mfrom: (2590.2.10 changes-merge)
  • Revision ID: pqm@pqm.ubuntu.com-20070712021235-0a3tqhdt9nxk0x9y
Merge uses Tree._iter_changes (Aaron Bentley)

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 */