Skip to content

feature: Add a merging strategy argument to Directory.merge

Nicolas Raymond requested to merge merging_strategy into master

Solves #18 (closed).

This adds a merging strategy that permits to choose to pick on left, on right, or raising (by default, the actual behavior) when merging two directories.

Merge request reports