perf: bool() elements of dirstate.status return instead of len()...
perf: bool() elements of dirstate.status return instead of len()
I'm about to make scmutil.status no longer have a len(), so we need to do
something else to "use" the results in this perf method.
Differential Revision:
https://phab.mercurial-scm.org/D7405