daff.Merger
Merge changes made in one table into another, given knowledge of a common ancestor.
Type: class
Constructor:
new(parent : Table, local : Table, remote : Table, flags : CompareFlags)
Parameters:
parent
the common ancestorlocal
the reference table into which changes will be mergedremote
the table we are pulling changes from
Methods:
apply () : Int
Go ahead and merge.
Returns: the number of conflicts found during the merge