D6632: rust-dirstate: rust implementation of dirstatemap

yuja (Yuya Nishihara) phabricator at mercurial-scm.org
Sat Aug 17 03:50:19 EDT 2019


yuja added a comment.


  > +        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().

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D6632/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D6632

To: Alphare, #hg-reviewers, kevincox
Cc: yuja, durin42, kevincox, mercurial-devel


More information about the Mercurial-devel mailing list