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

dbates at webkit.org dbates at webkit.org
Wed Dec 22 14:50:28 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 8d835e76b87afb1e4892591479db109459bcabd6
Author: dbates at webkit.org <dbates at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 21 21:21:00 2010 +0000

    2010-10-21  Daniel Bates  <dbates at rim.com>
    
            Add Git-support to do-file-rename
            https://bugs.webkit.org/show_bug.cgi?id=48015
    
            Fix tools. Export function scmMoveOrRenameFile so that it can be called from
            do-file-rename and do-webcore-rename. I inadvertently left this out of the patch.
    
            * Scripts/VCSUtils.pm:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70264 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index d7d4980..8dc72f6 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,13 @@
+2010-10-21  Daniel Bates  <dbates at rim.com>
+
+        Add Git-support to do-file-rename
+        https://bugs.webkit.org/show_bug.cgi?id=48015
+
+        Fix tools. Export function scmMoveOrRenameFile so that it can be called from
+        do-file-rename and do-webcore-rename. I inadvertently left this out of the patch.
+
+        * Scripts/VCSUtils.pm:
+
 2010-10-21  Eric Seidel  <eric at webkit.org>
 
         Reviewed by Adam Barth.
diff --git a/WebKitTools/Scripts/VCSUtils.pm b/WebKitTools/Scripts/VCSUtils.pm
index 8d7e766..360b094 100644
--- a/WebKitTools/Scripts/VCSUtils.pm
+++ b/WebKitTools/Scripts/VCSUtils.pm
@@ -69,6 +69,7 @@ BEGIN {
         &pathRelativeToSVNRepositoryRootForPath
         &prepareParsedPatch
         &runPatchCommand
+        &scmMoveOrRenameFile
         &scmToggleExecutableBit
         &setChangeLogDateAndReviewer
         &svnRevisionForDirectory

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list