revlog: extract function for fully populating the radix tree...
revlog: extract function for fully populating the radix tree
This code is currently used for partialmatch(), but I want to reuse it
when I implement shortest() in native code.
Differential Revision:
https://phab.mercurial-scm.org/D3497