blob: b81eb5f7f7f9bbd82693c1d3f562e35e46376a41 [file] [log] [blame] [view]
Dominik Röttschesd113bfa2019-07-10 08:56:241## What are watchlists?
2
3A watchlist is a mechanism that allows a developer (a "watcher") to watch over
4portions of code that the watcher is interested in. A watcher will be cc-ed on
5changes that modify that portion of code, thereby giving that watcher an
David Dorwin