revlog: use literal -1 instead of variable that always has that value...
revlog: use literal -1 instead of variable that always has that value
We were setting "ntrev" to "rev", but "rev" was always -1 at the end
of the loop, so it's clearer to use a literal -1.
Differential Revision:
https://phab.mercurial-scm.org/D3498