Closed bccrisan closed 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.
Fix pushed to branch issue-463 and PR #464.
Current implementation:
has the hg_changesets_to_show value hardcoded.
That can cause problems in the future when the configuration will get modified.