I realize the other reason that this DO NOT REVIEW bugs me so much:
Android used/uses the magic phrase DO NOT MERGE as a signal for the auto-merger to not cherry-pick a commit between any of its dozens of branches. (
https://groups.google.com/forum/#!msg/android-building/oJxZ92kC70E/IP9UlsoFoWgJ) But they do all get merged eventually, somewhere, and usually everywhere later, sometimes just by hand. Yet so many commits say DO NOT MERGE and actually ended up in the git history. I know we've configured Gerrit to not allow submits with those labels at least, but. It still smells the same.
And why do we have two phrases? Is DO NOT REVIEW different from DO NOT SUBMIT? If not, why not just have one (perhaps WORK IN PROGRESS) which says nothing about whether it's reviewable.