Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近、Mercurial リポジトリに取り組んでいます。しかし、Mercurial の特定の変更セット ID からバージョン管理を取得する方法がわかりません。解決策を教えてください。
-rオプションを使用して、変更セットとそのすべての祖先をプルする必要があります。
-r
hg pull -r <hash>
または、オプションを使用し-b <branch>て特定のブランチを取得します。
-b <branch>