Does Kommitter enables partial commits (cherry picking) for a package?
If so, my question is how does it deal with MC ancestry?
Imagine I have a package- A.247 from my-trunk.
I merge some A.312 from my-work repository with work in progress.
Now I want to cherry pick the changes which are OK, and publish only those to my-trunk.
I do so in my-trunk/A.313.
Will A.312 be in the ancestry of A.313?
Logically as MC is working, yes, because it is in the ancestry of in-image working copy.
What if I later download A.313 from my-trunk in a fresh image and try to merge A.312 to finish the work in progress?