| Index: milo/api/config/project.proto
|
| diff --git a/milo/api/config/project.proto b/milo/api/config/project.proto
|
| index 163feff35a34ce2a784aa1dffaeb84b7ba7b5e2a..aa8ad6a3e447f425e8ef14187c35aacc5a9b998f 100644
|
| --- a/milo/api/config/project.proto
|
| +++ b/milo/api/config/project.proto
|
| @@ -28,8 +28,9 @@ message Console {
|
| // RepoURL is the URL of the git repository to display as the rows of the console.
|
| string RepoURL = 3;
|
|
|
| - // Branch is the branch to pull commits from when displaying the console.
|
| - string Branch = 4;
|
| + // Ref is the ref to pull commits from when displaying the console.
|
| + // Eg. refs/heads/master
|
| + string Ref = 4;
|
|
|
| // ManifestName is the name of the manifest the waterfall looks at.
|
| // By convention, Manifest Names can be:
|
|
|