有没有办法只获取远程 Mercurial 存储库的文件名列表?

发布于 2024-11-27 11:48:18 字数 100 浏览 0 评论 0原文

问题基本上就在标题里。有没有办法只获取/显示远程存储库中的文件和目录列表?我这么问是因为我有一个很大的存储库,我只需要(以编程方式)浏览目录名称列表 - 而不是整个存储库(大约 1G)。

Question is basically in the title. Is there any way to just have a list of files and directories in a remote repo fetched/displayed? I am asking, because I have a large repo and I just need a to glance (programmatically) at a list of directory names - not the whole repo (which is about 1G).

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

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

发布评论

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

评论(1

执笏见 2024-12-04 11:48:18

hglocate 列出存储库的内容,可以根据需要应用过滤器。

hg locate lists the content of a repository, filters can be applied on demand.

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