| Summary: | webkit-patch should try harder to upload to the right bug when -b is not passed | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | emanuele.aina, mcatanzaro |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
Michael Catanzaro
2015-04-20 14:12:29 PDT
(In reply to comment #0) > The problem might be that Git.changed_files() in git.py seems to return the > set of files changed SINCE the specified commit, rather than the set of > files changed BY that commit That was a bad guess. Git.merge_base() in git.py should transform the commit from @^ into @^^..@^ and that works as expected. |