This is an archive of the discontinued Mercurial Phabricator instance.

remotefilelog: avoid temporarily using "count" variable as synonym for "total"
ClosedPublic

Authored by martinvonz on Dec 5 2018, 12:39 PM.

Details

Summary

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.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped