/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.dot

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
  gc_analysis[label="Work required analysis for gc"];
13
13
  revert_analysis[label="Work required analysis for revert"];
14
14
  revert_path_analysis[label="Work required analysis for revert of selected paths"];
 
15
  status_analysis[label="Work required analysis for status"];
 
16
  uncommit_analysis[label="Work required analysis for uncommit"];
15
17
  wt_disk_order[label="Working Tree disk ordering\n6-8 weeks"];
 
18
  iter_merge[label="iter_changes based merge\n2 days"];
16
19
 
17
20
  /* uncompleted node list - add new tasks here */
18
21
  node[color="blue"];
19
 
  status_analysis[label="Work required analysis for status"];
20
22
  log_analysis[label="Work required analysis for log"];
21
23
  log_path_analysis[label="Work required analysis for log of selected paths."];
22
24
  diff_analysis[label="Work required analysis for diff"];
23
25
  diff_path_analysis[label="Work required analysis for diff of selected paths"];
24
26
  merge_analysis[label="Work required analysis for merge"];
25
 
  uncommit_analysis[label="Work required analysis for uncommit"];
26
27
  missing_analysis[label="Work required analysis for missing"];
27
28
  update_analysis[label="Work required analysis for update"];
28
29
  cbranch_analysis[label="Work required analysis for cbranch"];
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 */