* Scripts/svn-create-patch: Ditto.
* Scripts/svn-unapply: Ditto.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@15030
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-06-25 Darin Adler <darin@apple.com>
+
+ * Scripts/svn-apply: Tweak comments.
+ * Scripts/svn-create-patch: Ditto.
+ * Scripts/svn-unapply: Ditto.
+
2006-06-25 David Kilzer <ddkilzer@kilzer.net>
Formatting fix per Bug 9571 Comment #2. Reviewed by NOBODY.
# Missing features:
#
# Handle property changes.
-# Handle file moves (requires patches made by svn-create-patch).
+# Handle file moves (would require patches made by svn-create-patch).
# When doing a removal, check that old file matches what's being removed.
# Notice a patch that's being applied at the "wrong level" and make it work anyway.
# Do a dry run on the whole patch and don't do anything if part of the patch is
-# going to fail (probably too strict unless we do the ChangeLog thing).
+# going to fail (probably too strict unless we exclude ChangeLog).
use strict;
use warnings;
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# Simplified and improved "svn diff" script for WebKit Open Source Project, used to make patches.
+# Extended "svn diff" script for WebKit Open Source Project, used to make patches.
# Differences from standard "svn diff":
#
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# "patch" script for Web Kit Open Source Project, used to apply patches.
+# "unpatch" script for Web Kit Open Source Project, used to remove patches.
# Differences from invoking "patch -p0 -R":
#
# Missing features:
#
# Handle property changes.
-# Handle file moves (requires patches made by svn-create-patch).
+# Handle file moves (would require patches made by svn-create-patch).
# Use version numbers in the patch file and do a 3-way merge.
# When reversing an addition, check that the file matches what's being removed.
# Notice a patch that's being unapplied at the "wrong level" and make it work anyway.
# Do a dry run on the whole patch and don't do anything if part of the patch is
-# going to fail (probably too strict unless we do the ChangeLog thing).
+# going to fail (probably too strict unless we exclude ChangeLog).
use strict;
use warnings;