This is an archive of the discontinued Mercurial Phabricator instance.

remotefilelog: replace a "a=[expr]; b=a[0]" by "b=expr; a = [b]"
ClosedPublic

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

Details

Summary

Simpler is better.

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.