Modify/Extend bundled plugins
Hi,
Is there any way to modify the bundled plugins? I'm asking because I want to use a Mercurial extension for cloning repositories, and to use it the clone operation must be run with a particular flag.
Thanks,
Peter
Please sign in to leave a comment.
Hi, the mercurial plugin is open-sourced https://hg.jetbrains.org/hg/mercurial/, so you can get the sources, modify them and build your own version of the plugin with a build number greater than the bundled one (but please note that you'll need to make sure to update your plugin when there are changes in the bundled one)
Alternatively, you can submit a feature request (and ideally a patch) to our issue tracker and we'll consider if we can implement it
Thanks Dmitry!