merge
Implements the node merging functionality
has_replace_hint(node)
Check for existence of config "hint" in the node's comments.
Only @hint: merge_replace
is supported.
Source code in gamma/config/merge.py
merge_nodes(l_key, l_node, r_key, r_node)
Merge sequence
nodes recursively.
Right side has precedence. @hint: merge_replace
overrides merging, returning
right.