From cd44dc59cdfc39534aef4d417e9f3c412e3be139 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Fri, 3 Feb 2012 09:55:33 +0100 Subject: Imported WebKit commit fce473cb4d55aa9fe9d0b0322a2fffecb731b961 (http://svn.webkit.org/repository/webkit/trunk@106560) --- Tools/Scripts/webkitpy/common/checkout/scm/svn.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Tools/Scripts/webkitpy/common/checkout/scm/svn.py') diff --git a/Tools/Scripts/webkitpy/common/checkout/scm/svn.py b/Tools/Scripts/webkitpy/common/checkout/scm/svn.py index cd4e1ea60..3f583a7d3 100644 --- a/Tools/Scripts/webkitpy/common/checkout/scm/svn.py +++ b/Tools/Scripts/webkitpy/common/checkout/scm/svn.py @@ -333,12 +333,6 @@ class SVN(SCM, SVNRepository): if changed_files: svn_commit_args.extend(changed_files) - if self.dryrun: - _log.debug('Would run SVN command: "' + " ".join(svn_commit_args) + '"') - - # Return a string which looks like a commit so that things which parse this output will succeed. - return "Dry run, no commit.\nCommitted revision 0." - return self._run_svn(svn_commit_args, cwd=self.checkout_root, error_handler=commit_error_handler) def svn_commit_log(self, svn_revision): -- cgit v1.2.1