Lines Matching defs:changelist
125 returns a tuple of (<changelist name>, <list of trybots>).
131 def __init__(self, bots, changelist, revision):
133 self._changelist = changelist
142 def changelist(self):
157 """ % ('<changelist> ' if is_svn else ''))
166 changelist = None
198 if changelist or not is_svn:
200 changelist = arg
201 if is_svn and not changelist:
202 Error('You must specify a changelist name.')
205 return CollectedArgs(bots=using_bots, changelist=changelist,
210 """ Submits a try request for the given changelist on the given list of
215 - changelist: string; the name of the changelist to try.
226 try_args = [gcl_cmd, 'try', args.changelist,