-
-
Notifications
You must be signed in to change notification settings - Fork 151
Description
Hi,
I really like the functionality and UI of this plugin, especially for large repositories it is very useful to quickly get the history of the current file in a nice and clear overview.
Sadly most of my work is in mercurial repos and I would love to get a similar experience there.
I spent a couple of hours trying to get familiar with the code base and try to hack in mercurial support, but I think as it stands, the code is very much hardwired for git and it would require a large refactor to enable support for other VCS’es.
So my question is: would you be open to take on that burden of supporting multiple VCS’es (mercurial in particular)?
If so, I am willing to do (some of) that work with your guidance. I guess you probably have some ideas on how you would prefer to implement such a change.
At the very least I can help out with the equivalent mercurial commands to get the required data, but I’m definitely willing to help out more.
Either way, thanks for your time.