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.
メインリポジトリから新しい/変更されたファイルを実際にプルする前に、変更されたファイルのリストを取得する必要があります。
どうやってやるの?
ありがとう。
着信コマンドを使用:
実際に変更をプルすることなく、hg pull コマンドがリポジトリにプルする変更を教えてください。
hg incoming
また、リモート リポジトリ--bundleの場合、受信の後にプルが続く場合に変更セットを 2 回ダウンロードすることを避けることができます。
--bundle
参照: http://www.selenic.com/mercurial/hg.1.html