partial-build-plugin
partial-build-plugin copied to clipboard
mercurial support
Is there a mercurial support too? If not, what should be done do add mercurial support?
BR Peter
Hi Peter,
No the plugin is Git only. But adding mercurial support shouldn't be that difficult.
You should provide an implementation for DifferentFiles
interface and inject the right one on GuiceModule
.
Any PR is welcome!
Ozan