commit | ce3c8621ea571cd6716145860b38cbf6ee0ff42d | [log] [tgz] |
---|---|---|
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Jan 07 02:18:16 2010 +0000 |
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Jan 07 02:18:16 2010 +0000 |
tree | 0ec45527d8b8e27382faff0da2b13986a0c08c88 | |
parent | 1c7db8e6eeb48b19b714c1fedf76303f8aeedbdb [diff] [blame] |
Style fix. TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35685 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/scm.py b/scm.py index af11d54..9076603 100644 --- a/scm.py +++ b/scm.py
@@ -571,7 +571,7 @@ try: # Grabs the diff data. command = ["diff", "--config-dir", bogus_dir, filename] - if revision is not None: + if revision: command.extend(['--revision', revision]) data = SVN.Capture(command, None) if data: