resolve(mergeConflicts:)
Resolves the conflicts in a given list.
Declaration
func resolve(mergeConflicts list: [Any]) throwsParameters
- list:
An array of merge conflicts (instances of Nsmergeconflict).
Discussion
If you override this method in a subclass, you should typically invoke the superclass’s implementation in addition to performing your own operations.