[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
jamesr at google.com
jamesr at google.com
Wed Mar 17 17:58:39 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit b70b660157567f52a1af764544c22fbbd7893ecc
Author: jamesr at google.com <jamesr at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Feb 24 22:58:28 2010 +0000
2010-02-24 James Robinson <jamesr at chromium.org>
Reviewed by Eric Seidel.
Provide default username parameter to SVN.commit_with_message().
* Scripts/webkitpy/scm.py:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55204 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 75f970b..8c63f1e 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,11 @@
+2010-02-24 James Robinson <jamesr at chromium.org>
+
+ Reviewed by Eric Seidel.
+
+ Provide default username parameter to SVN.commit_with_message().
+
+ * Scripts/webkitpy/scm.py:
+
2010-02-24 Dirk Pranke <dpranke at chromium.org>
Reviewed by Eric Siedel.
diff --git a/WebKitTools/Scripts/webkitpy/scm.py b/WebKitTools/Scripts/webkitpy/scm.py
index bac06d8..3f2373e 100644
--- a/WebKitTools/Scripts/webkitpy/scm.py
+++ b/WebKitTools/Scripts/webkitpy/scm.py
@@ -360,7 +360,7 @@ class SVN(SCM):
def revert_files(self, file_paths):
run_command(['svn', 'revert'] + file_paths)
- def commit_with_message(self, message, username):
+ def commit_with_message(self, message, username=None):
if self.dryrun:
# 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."
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list