Hi,
I just discovered that the move operation does not fail when the target nodes already exists. Is that expected?
When node 'b' exists already, the following commit will overwrite it with node 'a':
mk.commit("/", ">\"a\" : \"b\" ", head, "");
In contrast adding a node 'b' in the same situation would fail with a
message saying that node 'b' exists already.
Michael
