Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does SmartGit support working with Mercurial repositories?

The question is pretty much in the title. Does SmartGit supports working with Mercurial repos?

I've downloaded the evaluation version, but from what I can see it only supports opening git repos, which is contrary to one of the main statements they make on their frontpage:

SmartGit is an easy-to-use graphical user interface for Git, Mercurial and Subversion with optimized work-flows. SmartGit supports all Git and Mercurial features needed for every-day work in software development projects ...

Can anyone using SmartGit or familiar with it clarify on this? I really like the client.

like image 847
Rook Avatar asked Aug 24 '12 20:08

Rook


1 Answers

Also note that in SmartGitHg 4, the Mercurial option will not appear (e.g. during cloning) if you haven't entered the path to your Mercurial executable in the Preferences: Edit -> Preferences -> Commands -> Executables -> Hg Executable

Rough version list (what I could find on random notes around the 'net):
SmartGit 7.1 should support Hg 3.6.x.
SmartGit 7.2 should support Hg 3.7.x and 3.8.x. (official changelog)
SmartGit 8.1 should support Hg 3.9.x. (EAP release notes as in Nov 2016, URL will probably soon change)

like image 162
Henrik Heimbuerger Avatar answered Sep 30 '22 01:09

Henrik Heimbuerger