Mercurial is a distributed version control system.
6
votes
2answers
526 views
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.
0
votes
0answers
27 views
hg qpush takes significantly longer with 12.10
I recently upgraded from Ubuntu 11.04 to 12.10. (By "upgrade", I mean I backed up my files and formatted my hard drive and installed Ubuntu 12.10).
Since I do a lot of stuff with mozilla code, I ...
0
votes
0answers
134 views
hg clone fails due to “connection reset by peer”
I was trying to download a package by
hg clone https://code.google.com/p/rosjava/
However, I got this error message:
abort: error: Connection reset by peer
And then I tried
hg clone ...
1
vote
1answer
85 views
Can't use HG through a mounted directory
I have a repository on my development server whose directory I have mounted using sshfs. I've synced up my uid/guid and seem to be able to execute/edit files as usual on said directory, as if I had ...
1
vote
2answers
1k views
What happened to tortoisehg-nautilus in 12.04?
When I run sudo apt-get install tortoisehg-nautilus under Ubuntu 12.04 I get:
E: Unable to locate package tortoisehg-nautilus
The same command works under Ubuntu 10.04 and I get full nautilus ...
0
votes
0answers
53 views
Problem building Vim using Mercurial ('abort: unknown revision 'unstable'!')
I am trying to build Vim using this guide. However, I ran into a problem while following the instructions under the 'Building Vim .debs on Ubuntu/Debian' section, to be specific this line:
hg ...
4
votes
3answers
1k views
How do I install an older version of Mercurial for TortoiseHG?
I wish to get TortiseHQ for use with bitbuket working in ubuntu but I can not work it out... I have the latest version of ubuntu 12.04 at teh time of this post...
I used these commands to install..
...
3
votes
2answers
367 views
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 ...
3
votes
2answers
207 views
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
3
votes
1answer
222 views
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 ...
1
vote
1answer
223 views
Tortoisehg keyring extension configuration
I have tortoisehg (2.1.1) installed on Ubuntu 10.10 and it is working correctly. I would like to configure the keyring extension but am having trouble finding the mercurial.ini file on my system as ...
0
votes
2answers
559 views
hgsubversion doesn't find python bindings
I upgraded to 11.10 yesterday, and since then the hgsubversion extension of mercurial no longer find the python bindings.
abort: no compatible bindings available:
Subversion 1.5.0 or later required, ...
11
votes
5answers
4k views
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 ...
4
votes
3answers
324 views
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 ...
2
votes
2answers
602 views
I need Mercurial 1.8.x back
I'm getting Mercurial from this PPA: https://launchpad.net/~mercurial-ppa/+archive/releases/+packages?field.name_filter=mercurial&field.status_filter=&field.series_filter=
The Eclipse plugin ...
0
votes
1answer
637 views
Mercurial central repository at a Samba location
I have a remote Samba location mounted as /mnt/rua as discussed here. I have created a folder HgRepository there, which is my central Mercurial repo. I am working with a local clone and push the ...
0
votes
1answer
292 views
How do I save username and password to my Mercurial Connection [closed]
I am using the gnome-terminal to connect and push/pull changes to/from Mercurial repo. I need to save my username and password so that I don't have to enter it everytime it prompts it on the terminal. ...
3
votes
1answer
865 views
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 ...
4
votes
3answers
2k views
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, ...
3
votes
1answer
280 views
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 ...
1
vote
1answer
126 views
Can't find hg-buildpackage
It was suggested I use hg-buildpackage to build my Ubuntu packages because it will ignore my .hg folder and files.
However I can't seem to find it in the Ubuntu 10.10 repos.
How can I get ...
1
vote
1answer
384 views
.bash_history and .cache
I have a user who's home directory is a Mercurial repository.
Mercurial notified me that there were 2 new unversioned files in my repository. .bash_history and .cache/motd.legal-displayed.
I assume ...
4
votes
1answer
2k views
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? ...
7
votes
2answers
4k views
Any complete GUI interface for Mercurial?
I've tried TortoiseHG from the repositories, but it wasn't working at all.
3
votes
1answer
551 views
Compile Mercurial
I'm trying to install latest version of Mercurial (1.6.4) into my Ubuntu 10.10 but I'm getting this error when I do "make install":
Couldn't import standard zlib (incomplete Python install)
Worth ...