tortoisehg

HgTortoise in Vista 64-bit not showing the context menu

I installed HgTortoise (Mercurial) in my Vista 64-bit and the context menu is not showing up when I right click a file or folder. Is there any workaround for this problem? ...

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. ...

How can I integrate a bitbucket repository with the hosted on-demand version of FogBugz?

I use the on-demand (hosted) version of FogBugz. I would like to start using Mercurial for source control. I would like to integrate FogBugz and a BitBucket repository. I gave it a bit of a try but things weren't going very well. FogBugz requires that you hook up your Mercurial client to a fogbugz.py python script. TortoiseHg doesn...

Case-insensitive filename handling in Mercurial

I'm using TortoiseHg 0.5 (which includes Mercurial 1.0.2) on Vista64. My understanding from the Mercurial Book is that Mercurial should handle filenames in a case-insensitive manner on a case-insensitive filesystem (such as NTFS, which is what I'm on). However I find that my installation of Mercurial is in fact sensitive to case: >hg st...

how can you configure tortoisehg to see in the web servers page the "graph" link?

In the mercurial repo i can see it. I think that mercurial already have this feature with the revision graph. How i've to configure tortoisehg to achieve that? I want to have something like this for the hgweb. ...

Weird output in tortoisehg log window

I have two branches, the main branch(black) and a feature branch(yellow). As you can see, since the feature branch was forked, it was kept up to date fetching changes from main: When I reintegrate back the feature branch to the main one, the log window shows this ugly graph: It shows each merge point as a new branch that was merge...

How do I convert a git repository to mercurial?

I've been developing a java application using git as source code repository. I'd like to share the project with other java developers and hg seems to be most used by them. My question is how do I convert a git repository to hg? If I tried googling "convert git to hg" and every search hit is about converting from git to hg. I'm also us...

TortoiseHG and TortoiseSVN play well together?

I had TSVN installed first and been using for a long time. Then I install T-HG and when I right click I dont see any TortoiseHG. Does anyone have this same problem? All the T-SVN overlays are still there. ...

How to edit incorrect commit message in 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? ...

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.zip to unzip $blah\TortoiseHg\library sys.path.append("$blah\TortoiseHg\library") at the beginning of hgwebdir.cgi move $blah\TortoiseHg\templates to $blah\To...

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 TortoiseHg? Thanks ...

Getting Mercurial to run in Windows

Hi, I'm a fan of Mercurial and have been using it on Linux for a few years. Does anyone have any experience getting this installed and running on Windows Vista? The only installation instructions that I've found look overly complicated. Does anyone have a decent checklist built from their own personal experience? Thanks Chris Follow-...

TortoiseGit, TortoiseBzr, TortoiseHg. Are any solid enough to switch from TortoiseSVN?

I'd like to try out a distributed revision control system. I use a couple Windows PCs, a couple PCs with Linux, and a Mac. On windows, I'd like to use Tortoise. Are any of the Tortoises other than TortoiseSVN any good? Until recently, the knock against them has been that they are slow and buggy, but it seems like there's a new push to g...

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 file was added/removed (i.e. the standard hg log message without the -C option). ...

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 me because of its reliance on GTK/Tkinter under Python. Something programmed in WXPython (or any other WX equivalent), as well as any app programmed using sta...

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 similar two files need to be from 0-100% for mercurial to decide its a move, copy or rename instead of just a new file. This is a great feature. Can TortoiseHg do t...

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 icons are must-have for me. How can I disable TortoiseHg's context menu commands but still have the Tortoise Overlay icons appear in hg repository folders? ...

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 to let hg only monitor certain kind of file like white list? How to do that in Subversion? ...

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 @Will Bickford for your help. I just found this feature listed as a TODO on the TortoiseHg site. ...

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 it possible? a version for a specified date. Thank you. ...