Home | History | Annotate | Download | only in scripts

Lines Matching refs:rev

120                     tag, rev = line.split()

123 revisions[tag] = rev
126 rev = revisions.get(branch)
128 if rev:
129 if rev.find('.0.') >= 0:
130 rev = rev.replace('.0.', '.')
131 branch = re.compile(r"^" + re.escape(rev) + r"\.\d+$")
154 rev = words[1]
157 rev = None
160 if rev is None or not branch.match(rev):
162 records.append((date, working_file, rev, author, text))
169 for (date, working_file, rev, author, text) in database:
177 prev.append((date, working_file, rev, author))