comparison Makefile @ 37860:a91f31a1e281

revlog: extract function for getting node from known-to-exist rev Many of the calls to index_node() (which converts a rev to a nodeid) are done with a rev that's know to exist. If the function fails, there's something really wrong and we should just abort. This was done in only one place. This patch starts by extracting that code to a function that we can reuse in later patches. Differential Revision: https://phab.mercurial-scm.org/D3456
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 04 May 2018 21:58:43 -0700
parents fcfc464000dd
children 1335bbfb066f
comparison
equal deleted inserted replaced
37859:66dc9db6ed2c 37860:a91f31a1e281