Using Mercurial with Visual Studio 2010 [closed]
Asked Answered
D

5

22

I am currently using Mercurial via Tortoise Hg for some of my side projects. I was wondering if there is tighter integration of Mercurial with Visual Studio 2010 via a plugin or some similar mechanism. What I'm thinking about is very similar to the git extensions which provide a plugin for VS. The plan is to eventually host the projects on Codeplex which supports Mercurial.

Destinee answered 24/6, 2010 at 10:14 Comment(3)
I'm voting to close this question as off-topic because it's now mostly of historical interest.Plump
Does "historical interest" = off-topic ???Kale
I guess not. But the form of the question is.Plump
C
22

sure there is visualHG which works for 2005 to 2013 including 2010 .

another alternative (useful if you are in an environment where you don't have control over what is installed) is to use VS's external tools menus/buttons to launch tortoiseHg windows via thg

Coca answered 24/6, 2010 at 10:16 Comment(0)
Q
5

I've been using hgscc recently, and it works pretty well. It has a similar interface to TortoiseHG and also integrates with solution explorer. I've only used it with VS2008 but the website says it works with 2010 as well.

Quianaquibble answered 15/7, 2010 at 0:49 Comment(1)
This is the one I'm using at the moment, and it does work with VS2010. I do like VisualHG a bit better at this time though.Citrate
M
3

VisualHg + TortoiseHg. Also suggest to assign some hotkeys in VS2010 to call VisualHg functions like: File.Commit, File.RepoBrowser.

Mineral answered 27/6, 2011 at 7:2 Comment(0)
E
1

See this other SO answer.

The alternatives out there (for VS2010 through VS2015) are basically two: VisualHG, which is basically a GUI proxy for TortoiseHg, and HgSccPackage, which is a stand-alone package (TortoiseHg is not required).

Both of them can be installed free of charge through the Visual Studio's Extensions and Updates... GUI tool, accessible through the Tools menu.

To keep it short, the former gives a more wide set of options, while the latter doesn't require other software installed so it's (arguably) a more lightweight solution - and also easier to install and set-up. Choosing the right tool is up to you, I personally love the TortoiseHg interface and approach so VisualHG has always be my favourite choice.

For a more extensive comparison between them you can also read this post on my blog.

Esprit answered 31/7, 2016 at 23:51 Comment(0)
A
0

I'm using shell-based mercurial commands + powerconsole add-in.

Aloke answered 30/9, 2011 at 18:20 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.