This implementation is being used by a few people now, so we need it fixed, even
though a big rewrite will be coming quite soon.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG3c9ddb1986a9: rust-status: fix issue6456 for the Rust implementation also
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
rust/hg-core/src/utils/files.rs | ||
---|---|---|
206 | 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) |
rust/hg-core/src/utils/files.rs | ||
---|---|---|
206 | Hmm, I suppose the problem is actually that the numbers are meant to be octal (e.g. 0o120000, I think). Doesn't matter if it's going away anyway. |
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)