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

Unified Diff: scm.py

Issue 502075: One liner fix. (Closed)
Patch Set: Created 11 years 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 | trychange.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scm.py
diff --git a/scm.py b/scm.py
index 757935d7507b12d9ee2225873d0d94f6a5c7aa60..8dc127e33eafea38c44e6f8ea59acea2a251ba35 100644
--- a/scm.py
+++ b/scm.py
@@ -94,7 +94,7 @@ class SVN(object):
"""
c = [SVN.COMMAND]
c.extend(args)
-
+ # TODO(maruel): This is very gclient-specific.
gclient_utils.SubprocessCall(c, in_directory)
@staticmethod
« no previous file with comments | « no previous file | trychange.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698