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

Issue 104043008: Added --(de)activate-update options (Closed)

Created:
7 years ago by pgervais
Modified:
6 years, 11 months ago
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, M-A Ruel, iannucci+depot_tools_chromium.org, ilevy-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Visibility:
Public.

Description

Added --(de)activate-update options These options have been added to the 'git cl config' subcommand. --deactivate-update tells git cl not to update the values inside .git/config from the codereview.settings file. --activate-update does the opposite. This is designed for testing/development purposes only, for example, to be able to change the rietveld URL. BUG=327901 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=242943

Patch Set 1 #

Total comments: 7

Patch Set 2 : Changed noautoupdate to autoupdate #

Total comments: 2

Patch Set 3 : Style fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -2 lines) Patch
M git_cl.py View 1 2 2 chunks +25 lines, -2 lines 0 comments Download
M tests/git_cl_test.py View 1 2 6 chunks +10 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
pgervais
A small fix to make 'git cl config' usable. In the previous state, each invocation ...
7 years ago (2013-12-16 19:06:46 UTC) #1
ghost stip (do not use)
style nits, will review in earnest in a bit https://codereview.chromium.org/104043008/diff/1/git_cl.py File git_cl.py (right): https://codereview.chromium.org/104043008/diff/1/git_cl.py#newcode1092 git_cl.py:1092: ...
7 years ago (2013-12-16 19:20:20 UTC) #2
iannucci
https://codereview.chromium.org/104043008/diff/1/git_cl.py File git_cl.py (right): https://codereview.chromium.org/104043008/diff/1/git_cl.py#newcode271 git_cl.py:271: ).strip().lower() polarity should reverse to 'autoupdate' https://codereview.chromium.org/104043008/diff/1/git_cl.py#newcode274 git_cl.py:274: return ...
7 years ago (2013-12-17 00:21:38 UTC) #3
pgervais
I hopefully addressed all the concerns in the last patchset.
7 years ago (2013-12-18 00:02:37 UTC) #4
ghost stip (do not use)
lgtm https://chromiumcodereview.appspot.com/104043008/diff/20001/git_cl.py File git_cl.py (right): https://chromiumcodereview.appspot.com/104043008/diff/20001/git_cl.py#newcode272 git_cl.py:272: autoupdate = RunGit(['config', 'rietveld.autoupdate'], error_ok=True style nit: put ...
6 years, 11 months ago (2014-01-03 20:40:21 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pgervais@chromium.org/104043008/70001
6 years, 11 months ago (2014-01-03 22:22:05 UTC) #6
commit-bot: I haz the power
6 years, 11 months ago (2014-01-03 22:23:42 UTC) #7
Message was sent while issue was closed.
Change committed as 242943

Powered by Google App Engine
This is Rietveld 408576698