Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGd704aea4efa6: pyoxidized: adapt test-devel-warnings.t
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
tests/test-devel-warnings.t | ||
---|---|---|
160 | Is pyoxidizer and chg mutually exclusive? I'm guessing not because of the changes above, but don't know if you need no-chg here. |
tests/test-devel-warnings.t | ||
---|---|---|
160 | They are not, but we don't test this combination, especially because --chg is not supported on windows and --pyoxidized is not supported outside of windows. So I expect this section to have divergent output if someone get it to run with both chg and pyoxidizer and an extra clause we will be required. Adding no-chg now would simply silently omit that part which seems bad. |
✅ refresh by Heptapod after a successful CI run (🐙 💚)
⚠ This patch is intended for stable ⚠
Is pyoxidizer and chg mutually exclusive? I'm guessing not because of the changes above, but don't know if you need no-chg here.