No bug: Don't get full changesets when getting pushlog info; r=aki

Since we don't look at the changesets, there is no need for hgmo to generate
them for us.

Differential Revision: https://phabricator.services.mozilla.com/D70567

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tom Prince 2020-04-10 22:19:03 +00:00
parent c3b7317e66
commit 65638c70af

View File

@ -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):