ananthakumaran / monky

Magit for Hg
http://ananthakumaran.in/monky/index.html
GNU General Public License v3.0
154 stars 30 forks source link

Link to a mercurial clone of the project #56

Open gjnoonan opened 6 years ago

gjnoonan commented 6 years ago

I understand the reasoning behind this plugin being hosted in git and on github. However I think that since it is indeed a plugin for interacting with mercurial then we should at least have a version in a mercurial repo.

I have a copy (via hg-git) up on bitbucket, is there an "official" one?

ananthakumaran commented 6 years ago

No, there is no official hg mirror anywhere. I know it's ironic and there were heated discussions about it in emacs irc channel. As I have stated in other places, I prefer git over hg (not because one is superior over other but because of the universality of git). This plugin was written(I had to work on a hg repo) because I found the hg plugins inadequate after having used magit for sometime.

I am not against hosting hg mirror if somebody is willing to set it up and maintain it. Though I don't see any big advantage with the mirror as the emacs users are mostly going to install it via melpa and contributors who prefer hg can use hg-git? I have never used it myself.