mercurial/parsers.c
changeset 26098 ce26928cbe41
parent 26080 83c9edcac05c
child 26107 50582df9d7a7
equal deleted inserted replaced
26097:220ee13946d3 26098:ce26928cbe41
   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