Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Planned changes to bugmon output #2414

Open
pyoor opened this issue May 30, 2024 · 0 comments
Open

Planned changes to bugmon output #2414

pyoor opened this issue May 30, 2024 · 0 comments

Comments

@pyoor
Copy link

pyoor commented May 30, 2024

Currently, bugmon reports bisection results using the pushlog extension. This doesn't work however when both the start and end commits fall into the same push. Because of that, we'll be replacing the pushlog URL with hgweb changelog.

The comment output will change from:

Verified bug as reproducible on mozilla-central 20240221213323-f8dd4015fa59.
The bug appears to have been introduced in the following build range:

    Start: ec054fe362b6c5391b791840686832dea90688ba (20230723212527)
    End: 7e5acc812edd3bcb93cfaf76eaab2c3fd6c4d274 (20230724001900)
    Pushlog: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=ec054fe362b6c5391b791840686832dea90688ba&tochange=7e5acc812edd3bcb93cfaf76eaab2c3fd6c4d274

To:

Verified bug as reproducible on mozilla-central 20240221213323-f8dd4015fa59.
The bug appears to have been introduced in the following build range:

    Start: ec054fe362b6c5391b791840686832dea90688ba (20230723212527)
    End: 7e5acc812edd3bcb93cfaf76eaab2c3fd6c4d274 (20230724001900)
    Pushlog: https://hg.mozilla.org/mozilla-central/log?rev=ec054fe362b6c5391b791840686832dea90688ba:7e5acc812edd3bcb93cfaf76eaab2c3fd6c4d274
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant