Lines Matching defs:revision
124 def __init__(self, bots, changelist, revision):
127 self._revision = revision
139 def revision(self):
149 -r <revision#> Revision from which to run the try.
161 revision = None
215 Error('You must specify a revision with "-r".')
216 revision = argv.pop(0)
233 revision=revision)
236 def SubmitTryRequest(trybots, revision=None):
241 revision: optional string; the revision from which to run the try.
269 if revision:
270 try_args.extend(['-r', revision])
290 SubmitTryRequest(args.bots, args.revision)