The "Local Commits" and "Open Revisions Affecting These Files" boxes on revisions aren't especially useful in many cases, and we want to try putting them into tabs with the new design.
This is slightly involved technically because the API for adding tabs is PHUIObjectBoxView->addPropertyList(), which only accepts PHUIPropertyListView objects, and none of these views are property lists. That needs to be generalized a bit first.