D6395: rust-dirstate: call new "dirs" rust implementation from Python

yuja (Yuya Nishihara) phabricator at mercurial-scm.org
Sun Jun 30 03:41:45 UTC 2019


yuja added a comment.


  > - a/rust/hg-core/src/dirstate/dirs_multiset.rs
  >
  > +++ b/rust/hg-core/src/dirstate/dirs_multiset.rs
  > @@ -118,7 +118,9 @@
  >
  >       entry.remove();
  >   }
  >   Entry::Vacant(_) => {
  >
  > - return Err(DirstateMapError::PathNotFound(path.to_owned()))
  >
  > +                    return Err(DirstateMapError::PathNotFound(
  > +                        path.to_owned(),
  > +                    ))
  >
  >       }
  >   };
  
  Unrelated change. Dropped.

REPOSITORY
  rHG Mercurial

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

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

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


More information about the Mercurial-devel mailing list