F copy entity
Compare changes
+ 86
− 2
@@ -565,7 +565,7 @@ def getCommitIn(folder):
@@ -681,10 +681,94 @@ def compare_entities(old_entity: Entity, new_entity: Entity):
Function to copy an entity.
Note to reviewer: This MR depends on f-merge-entities.
There is a unit test.
For further good practices have a look at our review guidelines.