如何克隆 Mercurial 存储库的特定变更集?
如何克隆 Mercurial 存储库的特定变更集?
即:如果主仓库有变更集 1-10,如何获取变更集 #7 中存在的源副本?
How can you clone a Mercurial repository as of a specific changeset?
Ie: If the master repo has changesets 1-10, how can get a copy of the source as it existed in changeset #7?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该命令告诉使用 -r / --rev 开关:
所以:
This command tells to use -r / --rev switch:
So :