Home | History | Annotate | Download | only in layout_tests

Lines Matching refs:rev_str

323                     appended_text_to_email, email_content, rev_str,
349 rev_str: a revision string that contains revision information that is sent
355 if rev_str:
357 email_content += rev_str
400 rev_str = ''
420 rev_str += '<ul><a href="%s">%s->%s</a>\n' % (link, old_rev, new_rev)
422 rev_str += '<li>%s</li>\n' % author
423 rev_str += '<li>%s</li>\n<ul>' % date
443 rev_str += line
444 rev_str += '</ul></ul>'
445 return (rev_str, simple_rev_str, rev, rev_date)