blob: b96144fd7e64b94736afd1cecbe095eba44e4b39 [file] [log] [blame]
bensong@google.com68492792012-11-09 02:00:03 +00001# File for adding notes to code revisions.
2# This is used for displaying annotations to Skia benchmark dashboards.
3#
4# The format of each data line (non-empty, not started with "#") is:
5# <Revision_Number>:<Annotations_To_Display>
6# Where <Revision_Number> must be an integer. Anything else in this line
7# after ":" will be displayed as annotation for the corresponding revision.
8#
9# Unrecognized data lines (not start with an integer followed by ":") will be
10# ignored on the dashboard side.
11# Please have changes reviewed by teammates so people understand and agree on
12# them.
13
14# For testing only. TODO(bensong): remove this once testing is done.
156360:Ben testing to make sure annotations work. Nothing to report.
16