equal
deleted
inserted
replaced
680 typedef struct { |
680 typedef struct { |
681 int children[16]; |
681 int children[16]; |
682 } nodetree; |
682 } nodetree; |
683 |
683 |
684 /* |
684 /* |
685 * This class has two behaviours. |
685 * This class has two behaviors. |
686 * |
686 * |
687 * When used in a list-like way (with integer keys), we decode an |
687 * When used in a list-like way (with integer keys), we decode an |
688 * entry in a RevlogNG index file on demand. Our last entry is a |
688 * entry in a RevlogNG index file on demand. Our last entry is a |
689 * sentinel, always a nullid. We have limited support for |
689 * sentinel, always a nullid. We have limited support for |
690 * integer-keyed insert and delete, only at elements right before the |
690 * integer-keyed insert and delete, only at elements right before the |