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

Issue 651022: Add option --local allowing for merging changes into a local working copy.... (Closed)

Created:
10 years, 10 months ago by jochen (gone - plz use gerrit)
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Add option --local allowing for merging changes into a local working copy. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=39603

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 1

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -8 lines) Patch
M depot_tools/drover.py View 7 chunks +56 lines, -8 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
jochen (gone - plz use gerrit)
checkout e.g. 249 to src/ and run drover --merge 39367 --local src please review
10 years, 10 months ago (2010-02-19 11:37:14 UTC) #1
M-A Ruel
http://codereview.chromium.org/651022/diff/1/2 File drover.py (right): http://codereview.chromium.org/651022/diff/1/2#newcode28 drover.py:28: --merge <revision> --local <path-to-checkout> I think that --local should ...
10 years, 10 months ago (2010-02-19 14:03:18 UTC) #2
jochen (gone - plz use gerrit)
http://codereview.chromium.org/651022/diff/1/2 File drover.py (right): http://codereview.chromium.org/651022/diff/1/2#newcode28 drover.py:28: --merge <revision> --local <path-to-checkout> On 2010/02/19 14:03:20, Marc-Antoine Ruel ...
10 years, 10 months ago (2010-02-19 16:42:59 UTC) #3
jochen (gone - plz use gerrit)
ping On 2010/02/19 16:42:59, jochen wrote: > http://codereview.chromium.org/651022/diff/1/2 > File drover.py (right): > > http://codereview.chromium.org/651022/diff/1/2#newcode28 ...
10 years, 10 months ago (2010-02-22 08:29:36 UTC) #4
M-A Ruel
10 years, 10 months ago (2010-02-22 16:17:57 UTC) #5
lgtm with a small nit

http://codereview.chromium.org/651022/diff/6/1004
File drover.py (right):

http://codereview.chromium.org/651022/diff/6/1004#newcode142
drover.py:142: if (not info.has_key("Repository Root") or
if info.get("Repository Root", None) != repo_root:

Powered by Google App Engine
This is Rietveld 408576698