As our team and codebase continue to get bigger, we're seeing more and more cases where Bazaar insists there's a conflict during a merge operation, but in reality it's just a minor whitespace change - which we'd like it to silently ignore.
bzr diff has --diff-options, but there doesn't seem to be a similar option for bzr merge.
Possible?