0
votes
4answers
27 views
Would like to create some defaults for my .hgignore files in TortoiseHG/Mercurial
I'd like to make it so that every time I create a new repository, certain filters automatically get added to my .hgignore files by default.
For example, for C# projects, I would l …
0
votes
1answer
17 views
Removing a file from TortoiseHG data source
Hi!
I am using TortoiseHG for source code control in Windows, I forgot to edit the ".hgignor" file, and now I have a huge folder ".hg" which I know it's because of DLL and EXE and …
1
vote
2answers
80 views
In Mercurial, how do I merge a single revision?
In Mercurial/tortoiseHG, given the following example, what is the easiest way to merge revision "G" into repo A without taking D,E and F (Assume that G has no dependency on D,E or …
0
votes
1answer
46 views
Hg Pull vs. Update to branch tip
Using TortoiseHg Synchronize, clicking "Pull" pulls down the 2nd most recent revision.
At the bottom of the Synchronize interface is a button, "Update to branch tip." Clicking …
6
votes
2answers
444 views
Can Mercurial be integrated into VS2008?
Does anyone know of a tool to integrate Mercurial into Visual Studio?
Just curious. Mercurial is pretty nice, even with 'just' TortoiseHG, but integration with VS would be better …
11
votes
4answers
873 views
How to edit incorrect commit message for Mercurial?
I am currently using TortoiseHg (Mercurial) and accidentally committed an incorrect commit message. How do I go about editing this commit message in the repository?
4
votes
3answers
588 views
How do I get Mercurial’s hgwebdir working on Windows?
These are the steps I took:
install apache 2.2.x
install TortoiseHg 0.7
copy hgwebdir.cgi, hgweb.config to cgi-bin
edit hgweb.config as appropriate
unzip $blah\TortoiseHg\library …
1
vote
2answers
299 views
Mercurial: Revert a single hunk
How do I revert a single hunk in Mercurial, similar to the way it's done in darcs, i.e. it asks me for each hunk and file whether I want to revert it? Is it possible using Tortois …
0
votes
1answer
50 views
How can I get a complete version from TortoiseHg
Hi!
I am using TortoiseHg as my source control for developing a CMS project written in .NET/C#. I don't know how can I get a whole complete version from my source repository. Is i …
0
votes
1answer
49 views
How do I configure tortoisehg to show copied files in the log (i.e. use the hg “-C” option)?
I think the title says it all - I want to easily tell which files where renamed when looking at the changelog using the tortoisehg UI. The out-of-the-box config only shows that a …
2
votes
1answer
228 views
TortoiseHg Apply a Patch
TortoiseHg allows you to email a patch file of your changes to someone, but does it support applying patches?
If so, how do you apply a patch using TortoiseHg?
Solution
Thanks @W …
0
votes
2answers
92 views
TortoiseHg without context menu commands
TortoiseHG's context menu entries totally mess up Windows 7 explorer's context menu's appearance, and I can get by fine with the hg command line tools. However Tortoise Overlay ico …
0
votes
2answers
330 views
How to let Mercurial ignore every thing except *.cs file?
I started a project and added it to hg, but I want to take *.cs file under version control only, so,i have to add bin, obj, sln, suo,_resharper folder etc to ignore pattern, ,how t …
3
votes
2answers
133 views
Looking for Alternative to TortoiseHG under Win32
I'm looking for an alternative GUI client for Mercurial that works on Win32 and that is accessible to a screen reader, specifically, JAWS for Windows. TortoiseHG doesn't work for …
1
vote
1answer
63 views
TortoiseHg Copy Similarity feature
When committing changes to Mercurial, it can auto-detect move/copy/renames by using the command
hg addremove -similarity 100
The number after similarity indicates how simila …
