Bug 1142692: Use the correct mozharness default branch. CLOSED TREE

This is a piece of code that was missing in Bug 1137820 and broke
emulator tests.
This commit is contained in:
Wander Lairson Costa 2015-03-13 00:16:13 -03:00
parent 88c7c5bb81
commit a3948a73ac

View File

@ -208,7 +208,7 @@ class Graph(object):
default=os.environ.get('GECKO_HEAD_REV'),
help='Commit revision to use from head repository')
@CommandArgument('--mozharness-rev',
default='emulator-perf',
default='default',
help='Commit revision to use from mozharness repository')
@CommandArgument('--message',
help='Commit message to be parsed. Example: "try: -b do -p all -u all"')