Aegis

aegis is a mature distributed revision control system.

Usage

This backend is selected using the prefix aegis: for the repository name and can be used only as TargetRepository.

In order to remain in sync using aedist tailor you need to configure your project (see aepa(1) and aepattr(5)) with:

 developer_may_review = true;
 developer_may_integrate = true;
 reviewer_may_integrate = true;
 developers_may_create_changes = true;
 develop_end_action = goto_awaiting_integration;