Chromium Code Reviews| Index: codereview.settings |
| diff --git a/codereview.settings b/codereview.settings |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..64b78290773eb20db4b73475e79385166da3a495 |
| --- /dev/null |
| +++ b/codereview.settings |
| @@ -0,0 +1,6 @@ |
| +# This file is used by gcl to get repository specific information. |
|
ddorwin
2013/10/14 20:53:21
gcl? (If this is boilerplate copied, that's fine,
DaleCurtis
2013/10/14 20:54:36
Boilerplate from the main codereview.settings file
|
| +CODE_REVIEW_SERVER: codereview.chromium.org |
| +CC_LIST: |
| +VIEW_VC: https://src.chromium.org/viewvc/chrome?view=rev&revision= |
| +GITCL_PREUPLOAD: http://src.chromium.org/viewvc/trunk/tools/depot_tools/git-cl-upload-hook?revision=HEAD&root=chrome |
| +GITCL_PREDCOMMIT: http://src.chromium.org/viewvc/trunk/tools/depot_tools/git-cl-upload-hook?revision=HEAD&root=chrome |