Lines Matching full:branch
174 # branch. We also build the upstream commit as a control so we can see
175 # problems introduced by the first commit on the branch.
177 has_range = options.branch and '..' in options.branch
179 if not options.branch:
184 options.branch)
187 options.branch)
192 options.branch))
198 str = ("No commits found to process in branch '%s': "
199 "set branch's upstream or use -c flag" % options.branch)
232 # then the ones in the branch. We would like to do something like
233 # upstream/master~..branch but that isn't possible if upstream/master is
240 if options.branch:
243 range_expr = options.branch
246 options.branch)
248 options.branch)
256 series = patchstream.GetMetaDataForList(options.branch,
283 if options.branch:
284 dirname = options.branch.replace('/', '_')