The "count" variable is generally used for updating progress, but
early in fileserverclient.request(), its used to mean the total
count. We already have another "total" variable for that, so it seems
much clearer to use that.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGb34b1b865ef9: remotefilelog: avoid temporarily using "count" variable as synonym for "total"
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped