support
support copied to clipboard
Add a way to apply multiple project changes in bulk
Current implementation uses two project.commitAsync
calls some preparation involving STM, processing, postprocessing, etc. If we want to apply multiple changesets it should be more effective to apply them at once, granted they don't conflict.