Add codereview.settings.
authorSatoru Takabayashi <satorux@chromium.org>
Wed, 8 Sep 2010 06:58:31 +0000 (15:58 +0900)
committerSatoru Takabayashi <satorux@chromium.org>
Wed, 8 Sep 2010 06:58:31 +0000 (15:58 +0900)
commit7c5f46e3e8580d080aac0a25d8e97a0fc7fc70a7
tree5c75920ca894f8ac863eff151eb633ff48e742b9
parentf0f50b5b003adfc062fef5781a9646e9eea67d78
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
codereview.settings [new file with mode: 0644]