Home | History | Annotate | Download | only in tools

Lines Matching refs:changelist

132   returns a tuple of (<changelist name>, <list of trybots>).
138 def __init__(self, bots, changelist, revision):
140 self._changelist = changelist
149 def changelist(self):
165 """ % ('<changelist> ' if is_svn else '', ALL_ALIASES))
174 changelist = None
239 if changelist or not is_svn:
241 changelist = arg
242 if is_svn and not changelist:
243 Error('You must specify a changelist name.')
246 return CollectedArgs(bots=using_bots, changelist=changelist,
251 """ Submits a try request for the given changelist on the given list of
256 - changelist: string; the name of the changelist to try.
267 try_args = [gcl_cmd, 'try', args.changelist,