Commit 4970aa2b authored by bradnelson@google.com's avatar bradnelson@google.com

Using the root codereview.settings seems to be a problem for NACL

(there isn't one in their repo).
They've been manually specifying --host etc for over a week.

Why the change in behavior?

BUG=None
TEST=None

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35814 0039d316-1c4b-4281-b951-d872f2087c98
parent 8dd7cc5c
......@@ -152,7 +152,7 @@ class SVN(SCM):
try:
# Try to search on the subversion repository for the file.
import gcl
data = gcl.GetCachedFile(filename, use_root=True)
data = gcl.GetCachedFile(filename)
logging.debug('%s:\n%s' % (filename, data))
return data
except ImportError:
......
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