localrepo: subclass the new `repository.ipeercommandexecutor` Protocol class...
localrepo: subclass the new `repository.ipeercommandexecutor` Protocol class
This is the same transformation as
3a90a6fd710d did for dirstate, but the
CamelCase naming was already cleaned up here. See
4ef6dbc27a99 for the benefits
of explicit subclassing.
Since we're direct subclassing here and there are only a few methods on this
interface, also make them abstract like was done in ef119f914fc1.