使用 hg clone 拉取存储库,但使用 hg log 时看不到修订

发布于 2024-09-26 17:00:57 字数 488 浏览 6 评论 0原文

我从以下位置下载代码存储库:

hg clone https://[email protected]/sergiotapia/sharpdic

现在我的计算机上有这些文件夹;我可以打开解决方案并在其上进行开发。现在,当我运行 hg log 时,我看不到我所做的初始推送。我不应该能够看到日志上的初始推送吗?

我虽然克隆了一个存储库,但得到了完整的变更集?

感谢您的帮助。 替代文本

I download my code repository from:

hg clone https://[email protected]/sergiotapia/sharpdic

And now I have the folders on my machine; I can open the solution and develop on it. Now when I run hg log I don't see the initial push I made. Shouldn't I be able to see the initial push on the log?

I though cloning a repo got the complete changesets?

Thanks for the help.
alt text

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

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

发布评论

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

评论(1

彼岸花似海 2024-10-03 17:00:57

看来您已经创建了一个存储库(hg init),然后将一个外部存储库克隆到其中。

您只需跳过第一步,然后在克隆后跳过cd Sharpdic,即可在正确的存储库中执行命令。

It seems you have created a repository (hg init) and then cloned an external repository into it.

You simply need to skip the first step and then cd sharpdic after cloning for your commands to be executed in/on the right repository.

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