Questions tagged [mercurial]

Mercurial is a distributed version control system.

Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface.

50 questions
12
votes
6 answers

Tortoisehg doesn't show up in nautilus context menu

I just installed ubuntu 11.10 on my netbook yesterday. I am having a problem getting tortoisehg working properly on it. I added the ppa for both tortoisehg and mercurial. I am able to install the software (tortoisehg, tortoisehg-nautilus) as I have…
Bluebill
  • 145
12
votes
4 answers

Any complete GUI interface for Mercurial?

I've tried TortoiseHG from the repositories, but it wasn't working at all.
Queops
  • 255
11
votes
2 answers

TortoiseHG doesn't show up in 13.04

TortoiseHG previously worked on 12.10, but after today's reinstall, it simply doesn't show up, not even with the thg command.
8
votes
1 answer

Installing TortoiseHg: need higher Mercurial version

I'm using Ubuntu 11.04, and I'm trying to install TortoiseHg. I've applied the PPA from TortoiseHg's website, so that apt-get can actually find it. But whenever I type sudo apt-get tortoisehg, I get this: Reading package lists... Done Building…
8
votes
2 answers

How to install TortoiseHg on ubuntu 19.10

I just tried to install TortoiseHg after updating from Ubuntu 19.04 to Ubuntu 19.10 and I've got the following: sudo apt install tortoisehg Reading package lists... Done Building dependency tree Reading state information... Done Package…
7
votes
1 answer

.nfs0000... files keep showing up and disappearing when using Mercurial

As of late, something seems to have happened on my machine that is more annoying than anything else: every time I look in a directory for Mercurial changes it tells me about two .nfs#### files that then immediately vanish. #### seems to increment…
Nick T
  • 2,503
7
votes
2 answers

How to install TortoiseHG with integration to Caja on Ubuntu MATE 20.04 LTS?

On previous systems like Ubuntu 16.04 LTS and 18.04 LTS it was possible. But 20.04 LTS do not have tortoisehg and tortoisehg-caja in the repositories. What to do?
N0rbert
  • 103,263
6
votes
2 answers

GIT, SVN, Mercurial and Bazaar packages available to install (GUI & Terminal)

What packages are available in Ubuntu to use the following distributed version control systems via Terminal or GUI? GIT SVN Mercurial Bazaar
Luis Alvarado
  • 216,643
5
votes
1 answer

Where did Mercurial install to?

I used sudo apt-get install mercurial to install Hg.. where did it put the executable? I need to specify the location in Netbeans. Is there a general way to find where apt-get installs things? (Before the install would be nice, too.)
Pete
  • 367
5
votes
4 answers

How do I install an older version of Mercurial for TortoiseHG?

I wish to install TortoiseHQ to use with Bitbuket in Ubuntu, but I cannot work out how. I am using the latest version of Ubuntu 12.04 at the time of this post. I used these commands to install TortoiseHQ: $ sudo add-apt-repository…
aJynks
  • 195
4
votes
3 answers

Is it possible to install Mercurial 1.9 on 9.10?

So I have an old server which I want to use as Mercurial repository host. apt-get install mercurial gives me v0.9, which is stoneage and without Windows filename workaround, which I rely on. I've downloaded the v1.9 source and tried to build it but…
Nilzor
  • 317
4
votes
4 answers

How to use TortoiseHG in Nautilus?

I'm used to TortoiseHg on Windows. I tried apt-get install tortoisehg tortoisehg-nautilus But after the installation I still can't use it by typing tortoisehg In the terminal or in the launcher, nor can I right click in a folder and see it in the…
Jader Dias
  • 2,019
4
votes
2 answers

PPA for recent versions of mercurial

Im trying to access mercurial repositories that were created on windows with mercurial version 1.8.2. As the version in the repositories is a few numbers behind, its not playing ball. Does anyone know if there is a repository with up to date…
richzilla
  • 12,185
4
votes
3 answers

Package 'mercurial' has no installation candidate, how do I fix it?

E: Package 'mercurial' has no installation candidate. How can i solve this problem? sudo apt-get install mercurial Reading package lists... Done Building dependency tree Reading state information... Done Package mercurial is not available, but is…
Amir
  • 41
3
votes
1 answer

Why did Apache stop working after adding two sites?

I wanted both Redmine and Mercurial on localhost/redmine and localhost/mercurial. Redmine is a RoR application that runs on mod_passenger module and mercurial runs on a CGI script. I should be able to use both on a single server right? I got…
1
2 3 4