mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 02:31:29 +00:00
git_cl: show actual gerrit host instead of placeholder
This removes necessity of URL modification to open the settings. Change-Id: I22314d3e04eac476499773a8680dec32a1886eb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4970438 Reviewed-by: Josip Sokcevic <sokcevic@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@chromium.org> Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
This commit is contained in:
@@ -5077,11 +5077,11 @@ def CMDupload(parser, args):
|
||||
'\n'
|
||||
'Depot Tools no longer sets new uploads to "WIP". Please update the\n'
|
||||
'"Set new changes to "work in progress" by default" checkbox at\n'
|
||||
'https://<host>-review.googlesource.com/settings/\n'
|
||||
'https://%s/settings/\n'
|
||||
'\n'
|
||||
'To opt-out use `export DOGFOOD_STACKED_CHANGES=0`.\n'
|
||||
'To hide this message use `export DOGFOOD_STACKED_CHANGES=1`.\n'
|
||||
'File bugs at https://bit.ly/3Y6opoI\n')
|
||||
'File bugs at https://bit.ly/3Y6opoI\n' % cl.GetGerritHost())
|
||||
|
||||
if options.squash and not disable_dogfood_stacked_changes:
|
||||
if options.dependencies:
|
||||
|
||||
Reference in New Issue
Block a user