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

Unified Diff: gcl.py

Issue 113709: Use the --non-recursive flag when committing. (Closed)
Patch Set: Created 11 years, 7 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: gcl.py
diff --git a/gcl.py b/gcl.py
index 87417a1ed9203ab10cef407c02de0a3e9eec6213..f2f976c2aace640781dcb94adcf0847c11311301 100755
--- a/gcl.py
+++ b/gcl.py
@@ -879,7 +879,7 @@ def Commit(change_info, args):
" the commit. May the --force be with you.")
return
- commit_cmd = ["svn", "commit"]
+ commit_cmd = ["svn", "commit", "--non-recursive"]
filename = ''
if change_info.issue:
# Get the latest description from Rietveld.
« 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