Bug 1252948: remove unused --revision-hash; r=garndt

MozReview-Commit-ID: CN6RNDaERJ2
This commit is contained in:
Dustin J. Mitchell
2016-12-21 20:54:17 +00:00
parent 19e16735fa
commit c7fb42028c
2 changed files with 1 additions and 6 deletions

View File

@@ -22,8 +22,7 @@ scopes:
# the repo url) # the repo url)
# - level: SCM level of the destination repository # - level: SCM level of the destination repository
# (1 = try, 3 = core) # (1 = try, 3 = core)
# - revision: (short) hg revision of the head of the push # - revision: hg revision of the head of the push
# - revision_hash: (long) hg revision of the head of the push
# - comment: comment of the push # - comment: comment of the push
# - pushlog_id: id in the pushlog table of the repository # - pushlog_id: id in the pushlog table of the repository
# #
@@ -105,7 +104,6 @@ tasks:
--head-repository='{{{url}}}' --head-repository='{{{url}}}'
--head-ref='{{revision}}' --head-ref='{{revision}}'
--head-rev='{{revision}}' --head-rev='{{revision}}'
--revision-hash='{{revision_hash}}'
artifacts: artifacts:
'public': 'public':

View File

@@ -128,9 +128,6 @@ class MachCommands(MachCommandBase):
@CommandArgument('--message', @CommandArgument('--message',
required=True, required=True,
help='Commit message to be parsed. Example: "try: -b do -p all -u all"') help='Commit message to be parsed. Example: "try: -b do -p all -u all"')
@CommandArgument('--revision-hash',
required=True,
help='Treeherder revision hash (long revision id) to attach results to')
@CommandArgument('--project', @CommandArgument('--project',
required=True, required=True,
help='Project to use for creating task graph. Example: --project=try') help='Project to use for creating task graph. Example: --project=try')