diff --git a/taskcluster/taskgraph/util/hg.py b/taskcluster/taskgraph/util/hg.py index 74c6286a08a1..9beadd241139 100644 --- a/taskcluster/taskgraph/util/hg.py +++ b/taskcluster/taskgraph/util/hg.py @@ -11,7 +11,7 @@ import six import subprocess from redo import retry -PUSHLOG_TMPL = '{}/json-pushes?version=2&changeset={}&tipsonly=1&full=1' +PUSHLOG_TMPL = '{}/json-pushes?version=2&changeset={}&tipsonly=1' def find_hg_revision_push_info(repository, revision):