54
54
our hash cache from the dirstate allows us to avoid reading the file in the
55
55
common case. There are alternative ways to achieve this - we could record
56
56
a pointer to a revision which contained this fileid with the current content
58
58
double-indirection unless we save enough storage in the working tree. A
59
59
variation of this is to not record an explicit pointer but instead
60
60
define an implicit pointer as being to the left-hand-parent tree.