There is a merge driver present in my repository, which is set up in config and attributes, and it works correctly via the command line, however when merging using repo.mergeBranch()
(- (BOOL)mergeBranchIntoCurrentBranch:(GTBranch *)fromBranch withError:(NSError **)error;),
the merge driver doesn't seem to be used.
Am I missing something, or is this something that's not implemented?
Thanks!