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

Unified Diff: git-try

Issue 225007: Fix git-try for people that use it over svn. (Closed) Base URL: http://src.chromium.org/svn/trunk/tools/depot_tools/
Patch Set: Created 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git-try
===================================================================
--- git-try (revision 26923)
+++ git-try (working copy)
@@ -234,7 +234,7 @@
else:
print "Could not get server config -- if you're within Google, "
print "do you have have src-internal checked out?"
- sendmsg = "Sending %s using SVN..." % patch_name
+ sendmsg = "Sending %s using SVN..." % '-'.join(patch_names)
args.extend([
'--use_svn', '--svn_repo',
'svn://svn.chromium.org/chrome-try/try',
« 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