mozilla-releng / firefox-infra-changelog

Automated tool which builds a changelog of commits happening on git and hg that could affect Firefox CI Infra.
2 stars 8 forks source link

[Mercurial] HARDCoded data in url_options #463

Closed bccrisan closed 5 years ago

bccrisan commented 5 years ago

Current implementation:

            url_options = "json-pushes?version=2&full=1&startID={}&endID={}".format(self.end_id - 100, self.end_id)

has the hg_changesets_to_show value hardcoded.

That can cause problems in the future when the configuration will get modified.

bccrisan commented 5 years ago

Fix pushed to branch issue-463 and PR #464.