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.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG9893d7aa7420: branchcache: store the maximum tip in a variable inside for loop
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.