diff --git a/git_cl.py b/git_cl.py index 745155d27..509b1cfbe 100755 --- a/git_cl.py +++ b/git_cl.py @@ -4829,8 +4829,8 @@ def CMDupload(parser, args): if options.squash and (dogfood_stacked_changes or os.environ.get(DOGFOOD_STACKED_CHANGES_VAR) == '1'): - print('Depot Tools no longer sets new uploads to "WIP". Please update the' - '"Set new changes to "work in progress" by default" checkbox at' + print('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://-review.googlesource.com/settings/') if options.dependencies: parser.error('--dependencies is not available for this workflow.')