From ce3c8621ea571cd6716145860b38cbf6ee0ff42d Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Thu, 7 Jan 2010 02:18:16 +0000 Subject: [PATCH] Style fix. TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35685 0039d316-1c4b-4281-b951-d872f2087c98 --- scm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm.py b/scm.py index af11d541d..907660380 100644 --- a/scm.py +++ b/scm.py @@ -571,7 +571,7 @@ class SVN(object): 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: