Home | History | Annotate | Download | only in patman

Lines Matching refs:series

49                   help="Message ID that this series is in reply to")
144 series = patchstream.GetMetaData(options.start, options.count)
146 series)
149 patchstream.FixPatches(series, args)
150 if cover_fname and series.get('cover'):
151 patchstream.InsertCoverLetter(cover_fname, series, options.count)
153 # Do a few checks on the series
154 series.DoChecks()
162 cc_file = series.MakeCcFile(options.process_tags, cover_fname,
170 cmd = gitutil.EmailPatches(series, cover_fname, args,
179 series.ShowActions(args, cmd, options.process_tags)