versioned_collection.collection.tracking_collections.conflicts module

class versioned_collection.collection.tracking_collections.conflicts.ConflictsCollection(*args: Any, **kwargs: Any)[source]

Bases: _BaseTrackerCollection

Stores the conflict information produced after merging a branch.

class SCHEMA(destination: Dict[str, Any], merged: Dict[str, Any], source: Dict[str, Any], destination_branch: str, source_branch: str)[source]

Bases: object

destination: Dict[str, Any]
destination_branch: str
merged: Dict[str, Any]
source: Dict[str, Any]
source_branch: str