开发者

Is there an GUI for Mercurial that makes my life really easy?

开发者 https://www.devze.com 2023-01-29 19:01 出处:网络
C开发者_StackOverflowan you recommend one over another?For Windows and Linux (It also partially work on Mac, look at the comment of Nicholas Riley to this answer) there is TortoiseHG clone of the exce

C开发者_StackOverflowan you recommend one over another?


For Windows and Linux (It also partially work on Mac, look at the comment of Nicholas Riley to this answer) there is TortoiseHG clone of the excelent TortoiseSVN

The great thing about theses two is that they are integrated in the shell (Windows Explorer or Nautilus). You see small icons over your files and folder that inform you about the status of your file in regards to the repository and you have a collection of commands/tools accessible from the context menu on theses files.


I like Murky. There is another that's okay but not quite as good called SourceTree.


There's also MacHg, which I was introduced to recently.


Take a look at mercurial page for GUI tools and integrations to IDE: https://www.mercurial-scm.org/wiki/OtherTools

For Windows I use HgWin tool (http://www.newsupaplex.pp.ru/hgwin_news_eng.html), which provide a GUI for the most of mercurial commands. It is similar to hgtk, but uses mercurial command line client (hg.exe) as backend.

0

精彩评论

暂无评论...
验证码 换一张
取 消