Message from discussion
7c5f46: Add codereview.settings.
Received: by 10.220.160.130 with SMTP id n2mr1999816vcx.24.1283929123185;
Tue, 07 Sep 2010 23:58:43 -0700 (PDT)
MIME-Version: 1.0
X-BeenThere: ibus-devel@googlegroups.com
Received: by 10.220.101.101 with SMTP id b37ls1423407vco.5.p; Tue, 07 Sep 2010
23:58:42 -0700 (PDT)
Received: by 10.220.182.7 with SMTP id ca7mr1962713vcb.25.1283929122493;
Tue, 07 Sep 2010 23:58:42 -0700 (PDT)
Received: by 10.220.182.7 with SMTP id ca7mr1962712vcb.25.1283929122460;
Tue, 07 Sep 2010 23:58:42 -0700 (PDT)
Return-Path: <nore...@github.com>
Received: from smtp1.rs.github.com (smtp1-ext.rs.github.com [207.97.227.250])
by gmr-mx.google.com with ESMTP id j20si746675vcn.2.2010.09.07.23.58.42;
Tue, 07 Sep 2010 23:58:42 -0700 (PDT)
Received-SPF: pass (google.com: best guess record for domain of nore...@github.com designates 207.97.227.250 as permitted sender) client-ip=207.97.227.250;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of nore...@github.com designates 207.97.227.250 as permitted sender) smtp.mail=nore...@github.com
Received: from github.com (sh1.rs.github.com [172.17.1.41])
by smtp1.rs.github.com (Postfix) with ESMTP id 44ACC422DD
for <ibus-devel@googlegroups.com>; Tue, 7 Sep 2010 23:58:42 -0700 (PDT)
Date: Tue, 7 Sep 2010 23:58:42 -0700
To: ibus-devel@googlegroups.com
Subject: [phuang/ibus] 7c5f46: Add codereview.settings.
Content-Type: text/plain; charset=UTF-8
Message-Id: <20100908065842.44ACC422DD@smtp1.rs.github.com>
From: nore...@github.com
Branch: refs/heads/master
Home: http://github.com/phuang/ibus
Commit: 7c5f46e3e8580d080aac0a25d8e97a0fc7fc70a7
http://github.com/phuang/ibus/commit/7c5f46e3e8580d080aac0a25d8e97a0fc7fc70a7
Author: Satoru Takabayashi <sato...@chromium.org>
Date: 2010-09-07 (Tue, 07 Sep 2010)
Changed paths:
A codereview.settings
Log Message:
-----------
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