Chromium Code Reviews

Issue 432017: gclient: handle case for upstream has rebased (Closed)

Created:
11 years ago by Mandeep Singh Baines
Modified:
9 years, 7 months ago
Reviewers:
M-A Ruel, djmm
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

gclient: handle case for upstream has rebased gclient sync will potentially fail if the upstream git tree has been rebased. This CL fixes this by using rebase --onto to only rebase our local changes. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=33011

Patch Set 1 #

Patch Set 2 : Fix bug. #

Patch Set 3 : Fixed some corner cases. #

Unified diffs Side-by-side diffs Stats (+5 lines, -2 lines)
M gclient_scm.py View 1 chunk +5 lines, -2 lines 0 comments

Messages

Total messages: 2 (0 generated)
Mandeep Singh Baines
11 years ago (2009-11-24 23:20:35 UTC) #1
M-A Ruel
11 years ago (2009-11-24 23:52:17 UTC) #2
totally rubberstamp lgtm

Powered by Google App Engine