addLatestStrategy("latest-time", latestTimeStrategy);
addConflictManager("latest-revision", new LatestConflictManager("latest-revision", latestRevisionStrategy));
addConflictManager("latest-time", new LatestConflictManager("latest-time", latestTimeStrategy));
addConflictManager("all", new NoConflictManager());
addConflictManager("strict", new StrictConflictManager());
addMatcher(ExactPatternMatcher.INSTANCE);
addMatcher(RegexpPatternMatcher.INSTANCE);
addMatcher(ExactOrRegexpPatternMatcher.INSTANCE);
addMatcher(GlobPatternMatcher.INSTANCE);