Commit 053ba90e authored by maruel@chromium.org's avatar maruel@chromium.org

Use the --non-recursive flag when committing.

BUG=12339
TEST=see bug for repro steps.

Review URL: http://codereview.chromium.org/113709

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@16620 0039d316-1c4b-4281-b951-d872f2087c98
parent 98fc2b9b
...@@ -879,7 +879,7 @@ def Commit(change_info, args): ...@@ -879,7 +879,7 @@ def Commit(change_info, args):
" the commit. May the --force be with you.") " the commit. May the --force be with you.")
return return
commit_cmd = ["svn", "commit"] commit_cmd = ["svn", "commit", "--non-recursive"]
filename = '' filename = ''
if change_info.issue: if change_info.issue:
# Get the latest description from Rietveld. # Get the latest description from Rietveld.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment