Skip to content

Merge ignored for node without parent #233

@lukaszachy

Description

@lukaszachy

When node has no parent, the merging of keys does not happen. See the reproducer

$ cat <<EOF > main.fmf
k: a
k+: b
EOF
$ fmf show
/
k+: b
k: a
$ mv main.fmf foo.fmf
$ fmf show
/foo
k: ab

IMO the very first node should have the merging processed as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtree

    Type

    No type

    Projects

    Status

    waiting

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions