[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

mihaip at chromium.org mihaip at chromium.org
Wed Dec 22 15:49:21 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6fa6fdd10f0959ff177544a19bde511ed4b80997
Author: mihaip at chromium.org <mihaip at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Nov 13 01:17:01 2010 +0000

    2010-11-12  Mihai Parparita  <mihaip at chromium.org>
    
            Reviewed by Adam Barth.
    
            webkit-patch land logs commit message twice
            https://bugs.webkit.org/show_bug.cgi?id=49482
    
            Don't log the comment that's used by bugzilla.close_bug_as_fixed, since
            that's just the commit message, which we now output following the
            actual commit.
    
            * Scripts/webkitpy/common/net/bugzilla/bugzilla.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71958 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 4d2507d..f9e5641 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,16 @@
+2010-11-12  Mihai Parparita  <mihaip at chromium.org>
+
+        Reviewed by Adam Barth.
+
+        webkit-patch land logs commit message twice
+        https://bugs.webkit.org/show_bug.cgi?id=49482
+        
+        Don't log the comment that's used by bugzilla.close_bug_as_fixed, since
+        that's just the commit message, which we now output following the
+        actual commit.
+
+        * Scripts/webkitpy/common/net/bugzilla/bugzilla.py:
+
 2010-11-12  Tony Chang  <tony at chromium.org>
 
         Reviewed by Adam Barth.
diff --git a/WebKitTools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py b/WebKitTools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py
index 91acdf7..9fa7fe5 100644
--- a/WebKitTools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py
+++ b/WebKitTools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py
@@ -622,7 +622,6 @@ class Bugzilla(object):
         self.browser.open(self.bug_url_for_bug_id(bug_id))
         self.browser.select_form(name="changeform")
         if comment_text:
-            log(comment_text)
             self.browser['comment'] = comment_text
         self.browser['bug_status'] = ['RESOLVED']
         self.browser['resolution'] = ['FIXED']

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list