Commit 8871f45f authored by thakis@chromium.org's avatar thakis@chromium.org

Fix git-try for people that use it over svn.

Original review url: http://codereview.chromium.org/225007 


git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26928 0039d316-1c4b-4281-b951-d872f2087c98
parent f132804c
......@@ -234,7 +234,7 @@ if __name__ == '__main__':
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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment