Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: trychange.py

Issue 215003: Fix for r26423 part 2. (Closed)
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trychange.py
diff --git a/trychange.py b/trychange.py
index ab93962e59d4dce8e0ede93f61bbd1f6630da1b0..481dcba063e7f76aba94f884acc5b0191edad545 100755
--- a/trychange.py
+++ b/trychange.py
@@ -140,7 +140,8 @@ class SVN(SCM):
for file in files:
# Use svn info output instead of os.path.isdir because the latter fails
# when the file is deleted.
- if gclient.CaptureSVNInfo(file).get("Node Kind") in ("dir", "directory"):
+ if gclient_scm.CaptureSVNInfo(file).get("Node Kind") in ("dir",
+ "directory"):
continue
# If the user specified a custom diff command in their svn config file,
# then it'll be used when we do svn diff, which we don't want to happen
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698