D6632: rust-dirstate: rust implementation of dirstatemap

Yuya Nishihara yuya at tcha.org
Sat Aug 17 03:48:52 EDT 2019


> +        if let Some(ref mut file_fold_map) = self.file_fold_map {
> +            file_fold_map
> +                .remove::<Vec<u8>>(filename.to_ascii_uppercase().as_ref());

Looks incompatible with the dirstate class, which uses util.normcase().


More information about the Mercurial-devel mailing list