Bug 1456379: Remove references to date branch; r=aki

Differential Revision: https://phabricator.services.mozilla.com/D1028
This commit is contained in:
Tom Prince
2018-01-23 14:48:27 -07:00
parent 0c5a67e7a0
commit 1b6713d6c5
11 changed files with 9 additions and 263 deletions

View File

@@ -458,7 +458,7 @@ class TaskClusterPartialsData(object):
description="Query balrog for release history used by enable partials generation")
@CommandArgument('-b', '--branch',
help="The gecko project branch used in balrog, such as "
"mozilla-central, release, date")
"mozilla-central, release, maple")
@CommandArgument('--product', default='Firefox',
help="The product identifier, such as 'Firefox'")
def generate_partials_builds(self, product, branch):