19 | | * Timestamp -- When the changeset was commited |
20 | | * Author -- Who commited the changeset |
21 | | * Message -- A brief description from the author (the commit log message) |
22 | | * Files -- A list of files affected by this changeset |
| 19 | * Timestamp — When the changeset was commited |
| 20 | * Author — Who commited the changeset |
| 21 | * Message — A brief description from the author (the commit log message) |
| 22 | * Location — Parent directory of all files affected by this changeset |
| 23 | * Files — A list of files affected by this changeset |
31 | | * Green: Added |
32 | | * Red: Removed |
33 | | * Yellow: Modified |
34 | | * Blue: Copied |
35 | | * Gray: Moved |
36 | | |
| 32 | [[span(style=background:#bfb;border:1px solid #999;font-size:80%;margin-right:.5em,` `)]] Green: Added \\ |
| 33 | [[span(style=background:#f88;border:1px solid #999;font-size:80%;margin-right:.5em,` `)]] Red: Removed \\ |
| 34 | [[span(style=background:#fd8;border:1px solid #999;font-size:80%;margin-right:.5em,` `)]] Yellow: Modified \\ |
| 35 | [[span(style=background:#88f;border:1px solid #999;font-size:80%;margin-right:.5em,` `)]] Blue: Copied \\ |
| 36 | [[span(style=background:#ccc;border:1px solid #999;font-size:80%;margin-right:.5em,` `)]] Gray: Moved \\ |