Bug 27173

Summary: svn-apply: Fix typo in git command used to find deleted files
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, eric, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch v1 eric: review+

Description David Kilzer (:ddkilzer) 2009-07-10 21:44:38 PDT
Created attachment 32608 [details]
Patch v1

Found a typo in svn-apply when writing a "land-commits" command for bugzilla-tool.

This also tests "create-bug" for svn.
Comment 1 Eric Seidel (no email) 2009-07-10 22:39:48 PDT
Comment on attachment 32608 [details]
Patch v1

Yeah, I wonder why "head" works for me but no one else. :)
Comment 2 David Kilzer (:ddkilzer) 2009-07-10 23:25:48 PDT
$ svn commit !$
svn commit WebKitTools
Sending        WebKitTools/ChangeLog
Sending        WebKitTools/Scripts/svn-apply
Transmitting file data ..
Committed revision 45751.

http://trac.webkit.org/changeset/45751

Why do I feel so dirty?!