Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
74 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 ...
1
vote
2answers
145 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
63 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?
0
votes
1answer
110 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
15 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
112 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
134 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
59 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
194 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
286 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
487 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
744 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
836 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
672 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 ...
5
votes
1answer
8k 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 ...