diff options
author | Takao Fujiwara <tfujiwar@redhat.com> | 2012-10-16 10:22:51 +0900 |
---|---|---|
committer | Takao Fujiwara <tfujiwar@redhat.com> | 2012-10-16 10:22:51 +0900 |
commit | 1765e872691080d8dc6f3f7997443c84aa629fe9 (patch) | |
tree | 706c2e6ce915a6965e053836e61844c43e2099f9 | |
parent | 422ae1e1239cce300430c4f84da98fb9e03ab5d0 (diff) | |
download | ibus-anthy-1765e872691080d8dc6f3f7997443c84aa629fe9.tar.gz |
Add codereview.settings.
This is for us to use codereview.appspot.com for code reviews.
Instructions to use codereview.appspot.com:
1. Get depot_tools and add PATH to the directory
http://dev.chromium.org/developers/how-tos/depottools
2. In your local IBus git repository,
% git checkout master
% git checkout -b somefix
make changes
% git cl upload
do code reviews at codereview.appspot.com
once it's done, run "git cl push" if you can commit.
otherwise, ask committers to commit on behalf.
Review URL: http://codereview.appspot.com/2166043
Review URL: https://codereview.appspot.com/6683057
-rw-r--r-- | codereview.settings | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/codereview.settings b/codereview.settings new file mode 100644 index 0000000..71ecbee --- /dev/null +++ b/codereview.settings @@ -0,0 +1,2 @@ +# This file is used by "git cl" to get code review information. +CODE_REVIEW_SERVER: codereview.appspot.com |