Hi
I have a process where when change A is merged, it propagates the change A to other branches branch B and branch C as part of change-merged hook,some of these changes change B /change C have merge conflicts and developers dont resolve those conflicts in a timely manner.
I want to enforce that changeA will only merge if all the changes B and C have merge conflcits resolved..how can I enforce this in change-merged hook?what can i add in the change-merged hook that will block the merge of change A until the merge conflicts in changeB and change C are resolved?any ideas are appreciated?
change A --> branch A
change B --> branch B
change C --> branch C