Problem/Motivation
On #2393339: [META] Make sure Views base fields are using Field API for formatting, and do not lose functionality, we are updating all base entity fields in entity views data so that they are using Field API for formatting rather than using generic Views handlers.
This issue is about the node_field_revision.title field, which is currently using a custom 'node_revision' Views handler.
Proposed resolution
Change node_field_revision.title to use the Field API formatter 'field' instead of the custom formatter. Should also be able to remove the custom formatter from the code base completely.
Remaining tasks
Make a patch.
User interface changes
None.
API changes
Not really.