[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

ojan at chromium.org ojan at chromium.org
Sun Feb 20 22:53:09 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 046533e0b6911685297f31308f89d5582ac7de36
Author: ojan at chromium.org <ojan at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 12 23:48:54 2011 +0000

    2011-01-12  Ojan Vafai  <ojan at chromium.org>
    
            Reviewed by Adam Barth.
    
            review tool formatted diff doesn't match the uploaded diff
            https://bugs.webkit.org/show_bug.cgi?id=51960
    
            PrettyPatch works just fine if there is no newline at the end of the file.
    
            * attachment.cgi:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75650 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Websites/bugs.webkit.org/ChangeLog b/Websites/bugs.webkit.org/ChangeLog
index 6b5f678..91789dd 100644
--- a/Websites/bugs.webkit.org/ChangeLog
+++ b/Websites/bugs.webkit.org/ChangeLog
@@ -2,6 +2,17 @@
 
         Reviewed by Adam Barth.
 
+        review tool formatted diff doesn't match the uploaded diff
+        https://bugs.webkit.org/show_bug.cgi?id=51960
+
+        PrettyPatch works just fine if there is no newline at the end of the file.
+
+        * attachment.cgi:
+
+2011-01-12  Ojan Vafai  <ojan at chromium.org>
+
+        Reviewed by Adam Barth.
+
         Bugzilla: Add keyboard shortcuts to jump to next change
         https://bugs.webkit.org/show_bug.cgi?id=52305
 
diff --git a/Websites/bugs.webkit.org/attachment.cgi b/Websites/bugs.webkit.org/attachment.cgi
index 90c279d..2427b59 100755
--- a/Websites/bugs.webkit.org/attachment.cgi
+++ b/Websites/bugs.webkit.org/attachment.cgi
@@ -396,7 +396,7 @@ sub prettyPatch
     $ENV{'PATH'} = "/opt/local/bin:" . $ENV{'PATH'};
     open2(\*OUT, \*IN, "/usr/bin/ruby", "-I", "PrettyPatch", "PrettyPatch/prettify.rb", "--html-exceptions");
     $ENV{'PATH'} = $orig_path;
-    print IN $attachment->data . "\n";
+    print IN $attachment->data;
     close(IN);
     while (<OUT>) {
         print;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list