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

Unified Diff: git_cl.py

Issue 2360143002: Delete git-auto-svn and its docs (Closed)
Patch Set: Created 4 years, 3 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 | « git_auto_svn.py ('k') | man/html/depot_tools.html » ('j') | 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 1b016d46137da6b67efc7bdfdf52dac0ea0e9c8c..dbf0d2c64d5a27e1d20f8e7e43d5f0d75077e1b7 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -4400,8 +4400,8 @@ def CMDdcommit(parser, args):
if not settings.GetIsGitSvn():
if git_footers.get_footer_svn_id():
# If it looks like previous commits were mirrored with git-svn.
- message = """This repository appears to be a git-svn mirror, but no
-upstream SVN master is set. You probably need to run 'git auto-svn' once."""
+ message = """This repository appears to be a git-svn mirror, but we
+don't support git-svn mirrors anymore."""
else:
message = """This doesn't appear to be an SVN repository.
If your project has a true, writeable git repository, you probably want to run
« no previous file with comments | « git_auto_svn.py ('k') | man/html/depot_tools.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698