EnlistmentRootReady used to be called in the GitMaintenanceQueue before executing a maintenance task.
|
public bool EnlistmentRootReady() |
Now that the maintenance tasks have been moved to the service EnlistmentRootReady is no longer being called. We need to either make an equivalent check in the service, or move the check to the maintenance verb and have it return an appropriate error code.
See #193 (comment) for a conversation on different approaches.