Bug 27173 - svn-apply: Fix typo in git command used to find deleted files
Summary: svn-apply: Fix typo in git command used to find deleted files
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-10 21:44 PDT by David Kilzer (:ddkilzer)
Modified: 2009-07-10 23:25 PDT (History)
3 users (show)

See Also:


Attachments
Patch v1 (1.18 KB, patch)
2009-07-10 21:44 PDT, David Kilzer (:ddkilzer)
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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?!