Skip to content
Snippets Groups Projects
Commit 65638c70 authored by Tom Prince's avatar Tom Prince
Browse files

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
parent c3b7317e
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment