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.
リモート リポジトリからのプルを自動化し、通常のプル後の更新を行います。いくつかのケースでは、リポジトリをtipではなく、特定のラベル (タグ) を持つノードに更新する必要があります。
tip
明らかなオプションを見逃しましたか?何かご意見は?
hg update --rev <tag name>それはあなたのためにトリックをするべきだと思われます。
hg update --rev <tag name>