Added signature for changeset
ddc7a6be2021
Added tag 2.6.1 for changeset
ddc7a6be2021
dirstate.walk: add a flag to let extensions avoid full walks
Consider a hypothetical extension that implements walk in a more efficient
manner and skips some known-clean files. However, that can only be done under
some situations, such as when clean files are not being asked for and a
match.traversedir callback is not set. The full flag lets walk tell these two
cases apart.
i18n: fix partially-translated prompts (
issue3928) (
issue3929)
i18n-pt_BR: synchronized with
27013ace80eb