D6393: rust-dirstate: add "dirs" Rust implementation

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Thu Jun 27 12:50:59 EDT 2019


martinvonz added inline comments.

INLINE COMMENTS

> Alphare wrote in dirs_multiset.rs:43
> Unless I'm missing something, this would render the `if` statement useless.

Maybe Kevin meant something like this?

  if skip_state == None | skip_state == Some(state) {
      multiset.add_path(filename);
  }

REPOSITORY
  rHG Mercurial

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

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

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


More information about the Mercurial-devel mailing list