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!

0
1 comment
Avatar
Permanently deleted user

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.

0

Please sign in to leave a comment.