[webkit-reviews] review requested: [Bug 36483] webkitpy: Move the commands folder into webkitpy/patch : [Attachment 51402] Proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 23 01:25:24 PDT 2010


Chris Jerdonek <cjerdonek at webkit.org> has asked  for review:
Bug 36483: webkitpy: Move the commands folder into webkitpy/patch
https://bugs.webkit.org/show_bug.cgi?id=36483

Attachment 51402: Proposed patch
https://bugs.webkit.org/attachment.cgi?id=51402&action=review

------- Additional Comments from Chris Jerdonek <cjerdonek at webkit.org>
For future reference, the command I used to do this was as follows:

find WebKitTools -type f \
\! \( -wholename '*.pyc' -or \
      -wholename '*.svn*' -or \
      -wholename '*ChangeLog*' \) | \
sed -e 's/ /\\ /g' | \
xargs grep -l 'webkitpy\.commands' | \
xargs sed -i '' 's/webkitpy\.commands/webkitpy\.patch\.commands/'

(Thanks to Maciej for the tip: 
 https://lists.webkit.org/pipermail/webkit-dev/2010-March/012064.html )


More information about the webkit-reviews mailing list