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
1
vote
1 answer

Automatic Commit in VisualHG

Is it possible to setup VisualHg such that i'm automatically presented with a commit screen every time I quit Visual studio 2010? This would be extremely useful if I forget to commit some changes.
1
vote
1 answer

VisualHg Crashing VS2010 mercurial plugin

Whenever i try VisualHG commits visual studio is crashing? any idea why this is happening? or is there any better plugin than this for vs2010 and mercurial Thanks.
Aneef
  • 3,641
  • 10
  • 43
  • 67
1
vote
0 answers

Visual HG and Visual Studio 2010 performance

I have been using Mercurial/tortoise HG and Visual HG as my DSCS with visual studio 2010. Of late i been experiencing noticeable delay while saving files in my VS solution (there 4 projects and each of those have about ~70 files each) i am…
thanikkal
  • 3,326
  • 3
  • 27
  • 45
1
vote
1 answer

VisualHG in VS 2017: commit all projects in a solution

I have a C# solution with projects that are not all in folders under the *.sln directory. If I make a change in a file from such a lateral project and then try to commit the solution (as shown in picture below) these changes are not listed, but only…
Alex Konnen
  • 717
  • 6
  • 20
1
vote
1 answer

Ignoring files/paths with RegEx in VisualHG

I am using VisualHG 1.0.7 and cannot seem to ignore the files that I want. The behavior I am experiencing is the RegEx values I enter for ignoring files appears to only be applied to items marked as ?: unknown. What I am looking for is a way to…
blu
  • 12,905
  • 20
  • 70
  • 106
1
vote
1 answer

Mercurial update did not ask to merge and overwrote working directory

Environment Two developers BitBucket TortoiseHg (Mercurial) VisualHg used in Visual Studio 2010 We have no branches or separate heads at this time. We each have our working directory on our individual PCs (obviously). Problem Developer A pushed a…
Code Maverick
  • 20,171
  • 12
  • 62
  • 114
0
votes
1 answer

How to make the .svc.cs or .svc.vb file visible in Solution Explorrer for a WCF project?

I have a solution that contains a WCF service project. In Solution Explorer only the MyService.svc file is shown, but on double clicking it the MyService.svc.vb file opens for editing. That is OK, but Visual HG (based on Mercurial) now doesn't show…
Dabblernl
  • 15,831
  • 18
  • 96
  • 148
0
votes
1 answer

Visual Studio 2010 - Solution not under Mercurial version control

I have Visual Studio Ultimate edition, and have installed TortoiseHg and VisualHg. I'm a total n00b to version control, and had previously added my solution under version control somehow (don't exactly remember how.. think I did that by right…
0
votes
2 answers

How can I make the commit message optional or a default in TortoiseHG (Mercurial)?

For some reason, I don't need to always include a message when committing with TortoiseHG (and VisualHG). However, TortoiseHG (following the command line syntax) will not allow it. As it is painful to write a space or a random letter each time, I…
Erwin Mayer
  • 18,076
  • 9
  • 88
  • 126
0
votes
2 answers

Visualhg wont install for Visual Studio 2019

The install won't complete, I get this message: Download Error And this is the Install Log: 4/7/2022 8:37:31 AM - Microsoft VSIX Installer 4/7/2022 8:37:31 AM - ------------------------------------------- 4/7/2022 8:37:31 AM - vsixinstaller.exe…
0
votes
3 answers

Locked .csproj file breaking Mercurial respository

I am using VisualHG inside Visual Studio. On occasion when pulling (with Fetch) I get this error message: [Errno 13] C:\inetpub\Websites\SomeProject.csproj: The process cannot access the file because it is being used by another process This in turn…
ericdc
  • 11,217
  • 4
  • 26
  • 34
0
votes
2 answers

How can I permanently forget T4 generated files from being version control using Mercurial?

How can I permanently forget T4 generated files from being version control using Mercurial? It seems that Visual Studio (VisualHG) automatically adding them to version control.
stacker
  • 14,641
  • 17
  • 46
  • 74
0
votes
1 answer

VisualHG marks files with an [R] but TortoiseHg still removes/adds the files when committing

I'm using Visual Studio 2010 with VisualHG and TortoiseHg. I've noticed that if I move or rename a file using the Solution Explorer, a little [R] appears next to the file, which I assume indicates "renamed". However, if I go to commit my changes in…
devuxer
  • 41,681
  • 47
  • 180
  • 292
1
2