DescriptionFix gclient to correctly check out remote refs during update.
Currently, any bot run with "--revision=project@origin/master" fails, because
it fetches the remote ref into refs/remotes/origin/master, but then checks out
refs/heads/master, which hasn't been rolled forward. This is very similar to
the bug fixed by https://codereview.chromium.org/85473007
However, I am very wary of this patch, because I am worried about changing
something commented with " For compatibility...". Marc-Antoine, please comment.
R=maruel@chromium.org, smut@chromium.org, stip@chromium.org
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=266251
Patch Set 1 #
Total comments: 3
Patch Set 2 : Fix comment #Messages
Total messages: 13 (0 generated)
|