macos 适用于 Mac 的优秀 Mercurial 存储库查看器
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/30903/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Good Mercurial repository viewer for Mac
提问by Cagatay
Is there a good, native Mac tool to view Mercurial repositories, similar to gitnub for Git?
有没有好用的 Mac 原生工具来查看 Mercurial 仓库,类似于 Git 的 gitnub?
采纳答案by vvarp
回答by Martin Geisler
Try the newly released MacHg. It uses the native GUI toolkit for Mac and comes with its own bundled version of Mercurial.
试试新发布的MacHg。它使用适用于 Mac 的本机 GUI 工具包,并带有自己的 Mercurial 捆绑版本。
There are many more screenshotsavailable.
回答by Steve Streeting
I just released a new tool, SourceTreewhich is native Mac OS X and lets you work with both Mercurial and Git repositories in one application.
我刚刚发布了一个新工具SourceTree,它是 Mac OS X 原生的,可让您在一个应用程序中同时使用 Mercurial 和 Git 存储库。
回答by undees
回答by nlucaroni
You can use the one "built in", hg view
. You'll need TCL
installed though.
您可以使用“内置”,hg view
. 不过你需要TCL
安装。
From the documentation:
The hgk Tcl script is a direct port of the gitk tool used with git. The hgk.py extension allows hgk to interact with mercurial in a git-like manner.
从文档:
hgk Tcl 脚本是与 git 一起使用的 gitk 工具的直接端口。hgk.py 扩展允许 hgk 以类似 git 的方式与 mercurial 交互。
edit@ Matthew: yeah, that's why I linked to the documentation that explains it. You need to enable it in your .hgrc (like the fetch
command), and TCL --as mentioned.
编辑@马修:是的,这就是我链接到解释它的文档的原因。您需要在 .hgrc(如fetch
命令)和 TCL 中启用它——如前所述。
回答by Matthew Schinckel
hg: unknown command 'view'
hg:未知命令“查看”
(Maybe I need to install something - but it's not native, nonetheless).
(也许我需要安装一些东西 - 但它不是原生的,尽管如此)。
There is one "native" application out there, but it's not especially user-friendly. In fact, I'd go as far as saying that it's harder to use than the command line.
有一个“本地”应用程序,但它不是特别用户友好。事实上,我会说它比命令行更难使用。
There was some talk a year or so ago about a version of SCPlugin, which puts badges on icons in the Finder that are under SVN control, and gives you a contextual menu (very much like TortoiseSVN on windows), but that seems to have collapsed.
大约一年前有一些关于 SCPlugin 版本的讨论,它在 Finder 中受 SVN 控制的图标上放置徽章,并为您提供上下文菜单(非常类似于 Windows 上的 TortoiseSVN),但似乎已经崩溃.
I have been planning to create a mercurial "clone" of Versions (I asked them if they would consider doing a version of it for DVCS, and they said no).
我一直在计划创建一个多变的版本“克隆”(我问他们是否会考虑为 DVCS 制作一个版本,他们说不)。