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
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to