Mercurial > hg
diff hgext/hgk.py @ 37930:892592475094
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
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 04 May 2018 21:31:34 -0700 |
parents | cb0afaf112e8 |
children | e7aa113b14f7 |