Revert 195363 

Reverting r195363, r195328 and r195308. gcl upload is hanging for me unless I revert these changes.

f:\src\chrome3\src>gcl upload o0m7

at this point, there's no output. If I press enter, I get:


Got an exception
Command svn diff --config-dir c:\users\jabdel~1\appdata\local\temp\tmp7dwbyp -r 195324:head svn://chrome-svn/chrome/trun
k/src/webkit/glue/dom_operations_unittest.cc returned non-zero exit status 1 in f:\src\chrome3\src
Authentication realm: <svn://chrome-svn:3690> 0039d316-1c4b-4281-b951-d872f2087c98
Password for 'jabdelmalek':
Authentication realm: <svn://chrome-svn:3690> 0039d316-1c4b-4281-b951-d872f2087c98
Username: svn: Can't read stdin: End of file found


"Fix typo."

> Fix typo.
> 
> Review URL: https://chromiumcodereview.appspot.com/13987010

TBR=pkasting@chromium.org

Review URL: https://codereview.chromium.org/14304005

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@195420 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/scm.py b/scm.py
index 34e6034..62fe1d2 100644
--- a/scm.py
+++ b/scm.py
@@ -797,7 +797,7 @@
       bogus_dir = tempfile.mkdtemp()
       try:
         return SVN._GenerateDiffInternal(filenames, cwd, full_move, revision,
-                                         ["diff", "--config-dir", bogus_dir])
+                                         ["diff", "--config_dir", bogus_dir])
       finally:
         gclient_utils.RemoveDirectory(bogus_dir)