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

Unified Diff: git_cl.py

Issue 2074883002: Add SVN->Git migration warning to git cl dcommit users. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_cl.py
diff --git a/git_cl.py b/git_cl.py
index 638612e15914bd3f7645728943a55f5bd9c715f4..09938db2ce332b2c621bc7db303a22b6b8b913fb 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -4180,6 +4180,11 @@ review to be closed, without actually landing upstream. If you choose to
proceed, please verify that the commit lands upstream as expected."""
print(message)
ask_for_data('[Press enter to dcommit or ctrl-C to quit]')
+ # TODO(tandrii): kill this post SVN migration with
+ # https://codereview.chromium.org/2076683002
+ print('WARNING: chrome infrastructure is migrating SVN repos to Git.\n'
+ 'Please let us know of this project you are committing to:'
+ ' http://crbug.com/600451')
return SendUpstream(parser, args, 'dcommit')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698