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 http://tortoisehg.bitbucket.org/download/index.html and it looks like it can be done, but I'm not entirely sure how. I've done some Googling but the results I keep running into are on older versions of Ubuntu. Any ideas on how I can make this happen?
|
show 3 more comments
feedback
|
|
Are you using Unity or Gnome 3? TortoiseHg is a Nautilus extension so will only work with Gnome. There also seems to be issues being reported with TortoiseHg's compatibility with Gnome3: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644697 https://bitbucket.org/tortoisehg/thg/issue/869/tortoisehg-nautilus-doesnt-work-at-all Don't know whether these issues have been fixed in the latest version of TortoiseHg. It might be worth trying with the TortoiseHg PPA to get the latest version, as the version that is in the standard Ubuntu repositories tend to lag behind a bit. | |||
|
feedback
|
sudo apt-get install tortoisehg? I tried and I could install it. And it's also in Ubuntu package list. – Bibhas Jan 24 at 20:10tortoisehgmakes you able to use it from terminal. To have the GUI of it, you have to install tortoisehg-nautilus.. – Bibhas Jan 25 at 6:55