Open
Description
The generic 'index_builder' that gets used by default adds routes referencing pushlog-id
and such:
https://github.com/taskcluster/taskgraph/blob/main/src/taskgraph/transforms/task.py#L180
We should try and make it truly generic across VCS types as well. We'll either need to move the functionality the current one provides to a new Mercurial specific builder, or perhaps we can just get Gecko to define it if it's the only consumer that needs those routes.