Mercurial > hg-stable
comparison .hgtags @ 42247:9893d7aa7420
branchcache: store the maximum tip in a variable inside for loop
Instead of assigning self.tiprev multiple times in the for loop, and calling
cl.node() on it, let's store that in a temporary variable and assign it in the
end of loop.
Differential Revision: https://phab.mercurial-scm.org/D6311
author | Pulkit Goyal <pulkit@yandex-team.ru> |
---|---|
date | Sat, 27 Apr 2019 02:13:43 +0300 |
parents | 807a6ca6d096 |
children | 27b8a6be7281 |
comparison
equal
deleted
inserted
replaced
42246:618b9ffefa87 | 42247:9893d7aa7420 |
---|