Questions tagged [visualhg]

VisualHG is a Mercurial source control plugin for Microsoft Visual Studio.

VisualHG brings Mercurial source control integration into Visual Studio 2005, 2008 and 2010. VisualHG is based on TortoiseHg and uses its dialogs.

The plugin indicates file status, tracks adding, moving and renaming of files, and provides context menu items for quick access to the TortoiseHg dialogs.

28 questions
16
votes
3 answers

How to switch from Ankhsvn plugin to VisualHG in Visual Studio 2010

When trying to switch my solution from using Ankhsvn to VisualHG (we've just migrated from SVN to Mercurial) I kept getting the following message: "The active solution or project is controlled by a different source control plug-in than the one…
Mike Parkhill
  • 5,511
  • 1
  • 28
  • 38
6
votes
2 answers

Renaming in Git and Mercurial: Accuracy and automaticity

I only have a few days of experience with Git and Mercurial, and I don't have much programming experiences. In the past few days, I read many posts that comparing the two. Based on what I've read and my tests, I get the following conclusions: Git's…
user593358
6
votes
2 answers

Using Visual Studio comparer tool with VisualHG

I'm using Mercurial with VisualHG extension. Is there any way to change the KDiff3 code comparer to the Visual Studio Compare and Merge tool?
5
votes
1 answer

VisualHG icons doesn't appear in VS2010 solution explorer

Has anyone managed this problem? All other Mercurial facilities are working fine inside VS.
Dan Ganiev
  • 1,062
  • 2
  • 11
  • 26
4
votes
2 answers

VisualHg and Visual Studio 2010 Performance Issue

My team recently started using VisualHg, with TortoiseHg, and Visual Studio 2010. For a member of my team, and myself, using the combination of VisualHg and Visual Studio 2010 causes our CPU performance to spike to around 50%! Sometimes by…
Michael R
  • 1,547
  • 1
  • 19
  • 27
4
votes
2 answers

How to Auto tag Mercurial on Visual Studio Publish?

I am using TortoiseHg + VisualHg on Visual Studio 2008. Has anyone found way to automatically create a tag (with the published version number) in Mercurial whenever I do a publish from VS?
Sam Mackrill
  • 4,004
  • 8
  • 35
  • 55
4
votes
1 answer

Hg plug-in for Visual Studio to have in editor "Blame" or "Annotate"?

We're using Hg with Visual studio 2010. I'd like to be able to see who has edited the code from the editor with out having to fire up VisualHg or the command prompt. Does anyone know of a plug-in that shows the users in the margin of the the…
Des Horsley
  • 1,858
  • 20
  • 43
3
votes
2 answers

Visual HG add shortcut to commit

Is there a way I can create a keyboard shortcutto to a commit in Visual Studio 2010? I am using Visual HG.
Dappy
  • 251
  • 1
  • 2
  • 8
2
votes
1 answer

Is it possible to change the rate that VisualHg calls hg.exe?

I'm using VisualHg along with Visual Studio and TortoiseHg as part of my development workflow. Since installing VisualHg, I've noticed that TortoiseHg commands that update the repository have started having to wait for locks pretty…
Chris Phillips
  • 11,607
  • 3
  • 34
  • 45
2
votes
1 answer

How to merge to a revision using VisualHG

This one should be easy, however, it has escaped me: Is there a way to merge revisions using VisualHG? I know I can resort to TortoiseHg, but I wanted to merge from within Visual Studio. Thanks a lot!
Bruno Brant
  • 8,226
  • 7
  • 45
  • 90
2
votes
1 answer

Visualhg on visual studio 2015: commands not working

On Windows 10, I installed VisualHg on Visual studio 2015 community edition and configured my environment to use it as source control. Right-click context menu just show up fine, but when I click on some menu item, nothing happen (e.g.: "History",…
Starnuto di topo
  • 3,215
  • 5
  • 32
  • 66
2
votes
2 answers

Does VisualHG work with Visual Studio 2010 beta 2?

Since I installed it on my Visual Studio 2010 beta 2 I couldn't make it work. I don't know if it is because it is incompatible or it is because I don't know how to use it.
Jader Dias
  • 88,211
  • 155
  • 421
  • 625
2
votes
1 answer

How to create a new "stable" branch in Mercurial

I use Mercurial (with VisualHg) for my source code and I have the following situation. I'm currently using the default branch and would like to follow the procedure shown at http://stevelosh.com/blog/2010/05/mercurial-workflows-stable-default/ to…
Andrea Nagar
  • 1,233
  • 2
  • 13
  • 23
2
votes
1 answer

Visual Studio 2010, VisualHg, keeps adding bin, obj folders

Everything was working fine for 3 months, now suddenly when I open Visual Studio, it adds all untracked files in the root solution folder to Hg, i.e. bin and obj folders included. Steps: Close VS2010 Use Tortoise Hg workbench to forget files added…
Michael
  • 163
  • 1
  • 12
2
votes
1 answer

Strange case-sensitive directory name behaviour in Mercurial / TortoiseHG on Windows7

I have a TortoiseHG (2.3.2) repository containing a directory at the root called "cv2" on my Windows7 Ultimate (32 bit) machine. When I add a new file in different subdirectories of the "cv2", TortoiseHG is showing "cv2" as either "cv2" or "CV2"…
freefaller
  • 19,368
  • 7
  • 57
  • 87
1
2