[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

jamesr at google.com jamesr at google.com
Thu Apr 8 01:58:29 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 1f1fe57bc5b43251a1bc07a51a085aeeaab94da3
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