Bug 13408
Summary: | prepare-ChangeLog and svn-create-patch don't show replaced files | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ddkilzer, dev+webkit |
Priority: | P2 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Adam Roben (:aroben)
prepare-ChangeLog and svn-create-patch don't show replaced files.
Repro Steps:
1. svn rm fileA
2. svn cp fileB fileA
3. svn-create-patch
You'll get no output for svn-create-patch in this situation, and prepare-ChangeLog will says "No changes found." If you do svn status you see "R + fileA".
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
NOTE: Attachment 14756 [details] on Bug 10342 fixes the prepare-ChangeLog part of this bug.
The svn-create-patch part still needs to be fixed, though.