[Changed Subscribers] D10217: rust-status: fix issue6456 for the Rust implementation also

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Fri Oct 1 16:04:07 UTC 2021


martinvonz added inline comments.

INLINE COMMENTS

> files.rs:206
> +        // near-future dirstate rewrite anyway.
> +        self.st_mode & 0170000 == 0120000
> +    }

Clippy pointed out that this will never be true :) I suppose the left left value should also be 0120000, but I'll let you decide if it's worth fixing it (given the comment above)

REPOSITORY
  rHG Mercurial

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

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

To: Alphare, #hg-reviewers
Cc: martinvonz, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20211001/25813770/attachment.html>


More information about the Mercurial-patches mailing list