RESOLVED FIXED 52650
make file expansion use the file at the svn revision the diff was created at
https://bugs.webkit.org/show_bug.cgi?id=52650
Summary make file expansion use the file at the svn revision the diff was created at
Ojan Vafai
Reported 2011-01-18 12:47:48 PST
make file expansion use the file at the svn revision the diff was created at
Attachments
Patch (3.07 KB, patch)
2011-01-18 12:48 PST, Ojan Vafai
eric: review+
Ojan Vafai
Comment 1 2011-01-18 12:48:39 PST
Eric Seidel (no email)
Comment 2 2011-01-18 15:26:47 PST
Comment on attachment 79310 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=79310&action=review Looks good though. > Websites/bugs.webkit.org/code-review.js:424 > + var suffix = revision ? '?p=' + revision : ''; suffix seems a bit odd for a name here. You're constructing a query, with a single p= parameter.
Ojan Vafai
Comment 3 2011-01-18 16:30:27 PST
Note You need to log in before you can comment on or make changes to this bug.