Added signature for changeset
2195ac506c6a
Added tag 3.0 for changeset
2195ac506c6a
revset: directly use __contains__ instead of a lambda
We get rid of lambda in a bunch of other place. This is equivalent and much
faster. (no new timing as this is the same change as three other changesets)
tests: suppress spurious lchmod error from unzip (
issue4088)
Because lchmod doesn't exist on Linux, unzip should be built without lchmod
support. A few distros get this wrong.
orderedlazyset: directly use __contains__ instead of a lambda
We apply the same speedup as in spanset, getting rid of the useless lambda.
(No new timing, as this is the very same change)
lazyset: directly use __contains__ instead of a lambda
We apply the same speedup as in spanset, getting rid of the useless lambda.
(No new timing, as this is the very same change)
i18n-ja: synchronized with
e9c2f76be74b
i18n-pt_BR: synchronized with
e9c2f76be74b