有没有办法显示 Mercurial Web 服务器的视觉差异?

发布于 2024-09-13 06:53:16 字数 242 浏览 4 评论 0原文

启动

hg serve

Mercurial Server 可以通过和 go

localhost:8000

,但 diff 是文本类型的 diff。我想知道是否有任何方法可以直接从服务器获取视觉差异(可能通过单击文件或变更集),视觉差异的类型类似于 kdiff3 或 Tortoise SVN 差异。如果能做到的话,那应该是很酷的事情。

A Mercurial Server can be started up just by

hg serve

and going to

localhost:8000

but the diff is a text type of diff. I wonder if there is any way to get a visual diff right from the server (probably by clicking on a file or a changeset), the type of visual diff that is like on kdiff3 or Tortoise SVN diff. If it can be done, that should be quite cool.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

故事未完 2024-09-20 06:53:16

不,这是不可能的。

“hgserve”是一个简单的服务器,尚未提供像您在 TortoiseHG 和客户端 diff 工具等任何客户端工具中看到的 diff 渲染功能。

然而,如果您正在寻找服务器端解决方案,您可以查看TracMercurial。虽然这是一个重量级解决方案,但它可以实现您想要的。

另请查看更改集导航这就是您想要的。

No this is not possible.

"hg serve" is a bare bone server and does not yet provide the diff rendering capabilities like you see in any client tools like TortoiseHG and client diff tools.

How ever, if you are looking for a server side solution, you could look at TracMercurial. While this is a heavy weight solution, it can achieve what you want.

Also check out the changeset navigation which is what you want.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文