19
19
:c: files that differ between base and other:
20
20
:d: number of files in the tree
21
21
:e: number of lines in the text
23
23
:g: number of conflicts (g <= c)
24
24
:h: humber of uncommon ancestors
25
25
:i: number of revisions between base and other
29
29
- Access to revision graph proportional to number of revisions read
30
30
- Access to changed file metadata proportional to number of changes and number of intervening revisions.
31
31
- O(1) access to fulltexts
35
35
Multiparent deltas may offer some nice properties for performance of annotation based merging.