Note that added or deleted lines is simply based on the diff file itself -- not based on intraline diffing, so if someone changes a line containing "foo". Then "foo" will be in both added and deleted lines.
Created attachment 108969 [details] Patch
Comment on attachment 108969 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=108969&action=review > Tools/Scripts/webkitpy/common/watchlist/changedlinepattern.py:32 > +class ChangedLinePattern: Sometimes we put trivial classes that are only used in one place in the same file as the use, but it doesn't really matter. > Tools/Scripts/webkitpy/common/watchlist/watchlistparser.py:52 > + } Technically should be less indented.
Comment on attachment 108969 [details] Patch Clearing flags on attachment: 108969 Committed r96228: <http://trac.webkit.org/changeset/96228>
All reviewed patches have been landed. Closing bug.