Commit 8586c65e authored by maruel@chromium.org's avatar maruel@chromium.org

Revert r118008 "Try to unbreak the webkit canary bots."

TBR=thakis@chromium.org
BUG=
TEST=


Review URL: http://codereview.chromium.org/9251005

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@118017 0039d316-1c4b-4281-b951-d872f2087c98
parent 4f474b6e
......@@ -930,12 +930,6 @@ solutions = [
# Support for --revision 123
revision = '%s@%s' % (solutions_names[index], revision)
sol, rev = revision.split('@', 1)
if not sol in solutions_names and sol == 'trunk':
print >> sys.stderr, 'Rewriting "trunk" to "src" in --revision'
# Fix attempt for http://crbug.com/108515
sol = 'src'
if not sol in solutions_names:
#raise gclient_utils.Error('%s is not a valid solution.' % sol)
print >> sys.stderr, ('Please fix your script, having invalid '
......
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