How is it possible to custom shelving logic in a VCS plugin
Hi,
I do not see an extension point or interface to provide custom shelve logic for a VCS plugin. It must be possible somehow because you do it with the Perforce plugin. Please advise!
Thanks!
Please sign in to leave a comment.
Hi,
There is no way to add an EP for shelve, but you can provide your own com.intellij.openapi.vcs.changes.CommitExecutor which may perform your 'custom shelve action' from commit dialog -> option action button.