Lines Matching refs:revision
74 for revision in self["full_revision_list"]:
77 grep="Port %s" % revision,
82 # Is this revision included in the original revision list?
85 % (revision, git_hash, revision_title))
88 % (revision, git_hash, revision_title))
95 #: 'y': Add ports to revision list.
244 print("Either a patch file or revision numbers must be specified")
252 for revision in options.revisions:
253 if (IsSvnNumber(revision) or
254 (revision[0:1] == "r" and IsSvnNumber(revision[1:]))):
256 print("Got: %s" % revision)