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
experimental/szager/collated-output
thakis@chromium.org 16 years ago
parent f132804ce5
commit 8871f45fd2

@ -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',

Loading…
Cancel
Save