bensong@google.com | 6849279 | 2012-11-09 02:00:03 +0000 | [diff] [blame] | 1 | # 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. |
| 15 | 6360:Ben testing to make sure annotations work. Nothing to report. |
| 16 | |