Mastership impact on –mkbranch statements in config specs

You can use auto-make-branch rules in config specs only if the current replica masters the branch type in the rule.

For example, if your current replica masters the v1.0_bugfix branch type but not the v1.0 branch type, this config spec is incorrect because the v1.0 branch cannot be created at this replica:
element * CHECKEDOUT
element * .../v1.0_bugfix/LATEST
element * .../v1.0/LATEST -mkbranch v1.0_bugfix
element * /main/0 -mkbranch v1.0