git_cl: update outdated TODOs.
R=machenbach@chromium.org
BUG=
Review-Url: https://codereview.chromium.org/2339903002
diff --git a/git_cl.py b/git_cl.py
index 6ff4a8f..2af4624 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -3089,9 +3089,9 @@
def CMDconfig(parser, args):
"""Edits configuration for this tree."""
- print('WARNING: git cl config works for Rietveld only.\n'
- 'For Gerrit, see http://crbug.com/603116.')
- # TODO(tandrii): add Gerrit support as part of http://crbug.com/603116.
+ print('WARNING: git cl config works for Rietveld only')
+ # TODO(tandrii): remove this once we switch to Gerrit.
+ # See bugs http://crbug.com/637561 and http://crbug.com/600469.
parser.add_option('--activate-update', action='store_true',
help='activate auto-updating [rietveld] section in '
'.git/config')
@@ -4403,8 +4403,6 @@
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')