Submitter | phabricator |
---|---|
Date | Nov. 15, 2019, 3:44 a.m. |
Message ID | <e26484b638fed2b2922566e9fcedcba0@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/43249/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/contrib/perf.py b/contrib/perf.py --- a/contrib/perf.py +++ b/contrib/perf.py @@ -788,7 +788,7 @@ s = dirstate.status( m, subrepos=[], ignored=False, clean=False, unknown=unknown ) - sum(map(len, s)) + sum(map(bool, s)) timer(status_dirstate) else: