Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(431)

Issue 9315055: merge-to-branch.sh should correctly handle added/deleted files (Closed)

Created:
8 years, 10 months ago by danno
Modified:
8 years, 10 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

merge-to-branch.sh should correctly handle added/deleted files R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=10592

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -2 lines) Patch
M tools/merge-to-branch.sh View 1 chunk +16 lines, -2 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
danno
8 years, 10 months ago (2012-02-02 13:39:36 UTC) #1
Jakob Kummerow
LGTM with a nit. https://chromiumcodereview.appspot.com/9315055/diff/1/tools/merge-to-branch.sh File tools/merge-to-branch.sh (right): https://chromiumcodereview.appspot.com/9315055/diff/1/tools/merge-to-branch.sh#newcode241 tools/merge-to-branch.sh:241: [[ $? -eq 0 ]] ...
8 years, 10 months ago (2012-02-02 13:45:54 UTC) #2
danno
8 years, 10 months ago (2012-02-07 22:51:37 UTC) #3
Landed

http://codereview.chromium.org/9315055/diff/1/tools/merge-to-branch.sh
File tools/merge-to-branch.sh (right):

http://codereview.chromium.org/9315055/diff/1/tools/merge-to-branch.sh#newcod...
tools/merge-to-branch.sh:241: [[ $? -eq 0 ]] || die "Applying the patch to trunk
failed."
On 2012/02/02 13:45:54, Jakob wrote:
> Your previous error message was more fitting (or use a compromise, "Applying
the
> patch for $HASH to $MERGE_TO_BRANCH failed.")

Done.

Powered by Google App Engine
This is Rietveld 408576698