What are the differences in the VisualStudio Add-ins for Mercurial?

Visual StudioMercurialVisual Studio-Addins

Visual Studio Problem Overview


I'm evaluating Visual Studio Add-ins for Mercurial. Currently, I've identified 3 potential candidates :

I'm looking for a comparison of features or capabilities.

Features that are important to me are: a tool that integrate well with VS, Open Source, actively developed, and robust.

Visual Studio Solutions


Solution 1 - Visual Studio

Well, let's compare the details of development:

  • VisualHg's page says it's stable. The last version release was March of this year and the latest changesets in the source are from 1 week ago.
  • HgSccPackage (better found here than your other link) was last updated in the VS Gallery 2 days ago. (It can also be found on bitbucket.)
  • Mercurial Toolbar's page says it's in alpha and was last updated March 2010. Of the three, it appears this one is not actively developed.

It appears [from skimming some text] that HgSccPackage has its own windows for graph logs and whatnot.

VisualHg on the other hand is more of a supplement to TortoiseHg. Many of the menu commands for VisualHg will open TortoiseHg windows. If you use TortoiseHg's UI, this consistency may be preferrable. From the screenshot I saw for HgSccPackage, you may find VisualHg's status icons more standard, as well.

Since you have only 2 choices, it really doesn't take much to try both and see which you prefer.

I have VisualHg installed, but tend to use TortoiseHg's Workbench more than VisualHg. VisualHg stays in use mainly for its automatic add, remove, rename, etc.

Solution 2 - Visual Studio

I have just finished researching the same question. It seems that VisualHG had its last version released a year and a half ago in Oct 2011. In all 2012 it had just 3 commits. Last version of HgSccPackage was released in Mar 2012 which is roughly a year ago, but it had a bunch of commits since then.

It seems that both tools are equally powerful, but HgSccPackage recieves more investment. I decided to go with HgSccPackage.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionEtienne SavardView Question on Stackoverflow
Solution 1 - Visual StudioJoel B FantView Answer on Stackoverflow
Solution 2 - Visual StudioAlon CatzView Answer on Stackoverflow