Tagged Questions

About TortoiseHg TortoiseHg is a set of graphical tools and a shell extension (or an interface that provides specific handling for objects in which it is programmed to handle) for the Mercurial source control management tool. It is open-source under GPL. On Windows, TortoiseHg consists of a ...

learn more… | top users | synonyms

0
votes
1answer
83 views

Accessing a remote mercurial repository through a ssh proxy under windows with tortoisehg

I have a remote mercurial repository (managed by hg-gateway) on a server. Access to that server is not open to the general public; however, the firewall allows ssh proxying. How do I configure a ...
0
votes
0answers
49 views

TortoiseHg installation error on RedHat 5.3

Here is information about my machine. (1) RedHat 5.3 x86_64 version (2) Mercurial 1.8.1 (3) Python 2.4.3 When I check the compatible version of TortoiseHg and Mercurial at link, it showed that ...
2
votes
0answers
750 views

TortoisePlink.exe: No supported authentication methods available

I have both TortoiseHg 2.3 64 bit and TortoiseGit 1.7.7 64 bit installed on Vista 64 bit. Both TortoiseHg (ssh = "C:\Program Files\TortoiseHg\TortoisePlink.exe" -ssh -2 -C -batch entry in ...
0
votes
1answer
400 views

How to install TortoiseHG on Ubuntu

I just downloaded and installed the latest Ubuntu and it doesn't look like I'm used to. I don't see any Mercurial developer tools in the Ubuntu Software Center. I got on ...
2
votes
2answers
389 views

How to make TortoiseHg pull certain branch only?

I have cloned the default branch of a big repository and now I wish to pull from the server using the TortoiseHg client. However, TortoiseHg proposes to pull from all the branches. Is it possible to ...
1
vote
1answer
69 views

Is it possible to “pull -u” with TortoiseHg?

When I pull using TortoiseHg, it only does "hg pull", while I would like it to do "hg pull -u". Is it possible?
1
vote
1answer
205 views

TortoiseHg and hg purge: do they work together?

TortoiseHg has settings to enable the Mercurial Purge extension. But does it actually have a drop down menu or something so that you can purge a directory without having to go to the command line? Or ...
0
votes
0answers
17 views

Deleting a name from TortoiseHG settings dropdown

In the "commit" tab of the TortoiseHG settings you can select a Username to associate with commits. This is an editable dropdown allowing you to enter a name, or select from a list of prior names. ...
1
vote
2answers
175 views

Is there any way to disable TortoiseHg windows integration?

I don't need Tortoise's icons on Windows Explorer. Is there any way to disable it?
0
votes
1answer
211 views

tortoise-hg export changeset between revisions

Is there a way to export the changelog from tortoise-hg between two revisions? I'm looking to get a list of all file changes along with the associated commit messages. I need this information to make ...
0
votes
1answer
69 views

TortoiseHg - Dialogs not appearing or very delayed until appearing but only when accessing repository on mapped drive

On some of our workstations tortoises commit dialogs and repository browsers are not appearing or appear, but after great delay on files from the mapped drive. What might cause this?
1
vote
0answers
223 views

Configuring TortoiseHg for Bitbucket in Ubuntu

I have installed TortoiseHg on Ubuntu and created an account at Bitbucket. I am configuring an SVN for the first time for my grad project. Can any one help as to how to configure TortoiseHg with ...
2
votes
1answer
344 views

Removing a file from TortoiseHg

I'm having problems removing a file from TortoiseHg. I make the clone, and there are a few test files which I want out. What is the procedure for removing a file from the repository?
2
votes
1answer
571 views

Tortoise HG “Out of Memory” While Trying to Clone Repo

While trying to clone a ~500 MB repository onto my local drive using mercurial, I repeatedly get the "Out of Memory" error. I have 2 GB of memory and I have never seen this. I installed the latest ...
0
votes
1answer
839 views

How do I stop Sophos anti virus from scanning directories that are under source control

From googling it seems its well known that SophosAV as well as other AV programs have issues with how they interact and can inhibit source control utilities like TortoiseHG or TortoiseSVN. One ...
1
vote
1answer
882 views

Using TortoiseHg's Repository explorer

I'm coming from a TortoiseSVN background and decided to give TortoiseHg a try. One thing I got really used to with TortoiseSVN was the SVN Repo-Explorer, which worked quite similarly to Windows ...
1
vote
2answers
732 views

Explorer and open file dialog not responding (Vista)

Any explorer window opened for the first time on my machine causes the explorer window to display the folders tree and folder path in the address bar immediately but the file/folder list pane is blank ...
7
votes
2answers
9k views

How do I prevent a “No supported authentication methods available” error when using TortoiseHg?

I'm trying out Mercurial for the first time but am having problems doing a push/pull/clone with a remote server (in this case it's codebasehq.com) when using TortoiseHg. Here are some steps to ...