Comment 4 for bug 568148

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 568148] Re: Default view for a file should be its content

A few thoughts.

Annotation is nice when wanted, lets make sure there is a way to do
that. Perhaps as a later iteration.

Inventories are not big - they are in 2a 2 UUIDS long (and thus
cheap). Iterating an entire inventory is a tree walk in the CHK store,
so can be slower. Looking up a patch is a path walk in the (parent,
basename) tuple hashmap for the inventory, so quite cheap.

-Rob