Lines Matching full:series
48 help="Message ID that this series is in reply to")
141 series = patchstream.GetMetaData(options.start, options.count) variable
143 series)
146 patchstream.FixPatches(series, args)
147 if cover_fname and series.get('cover'):
148 patchstream.InsertCoverLetter(cover_fname, series, options.count)
150 # Do a few checks on the series
151 series.DoChecks()
159 cc_file = series.MakeCcFile(options.process_tags, cover_fname,
167 cmd = gitutil.EmailPatches(series, cover_fname, args,
175 series.ShowActions(args, cmd, options.process_tags)