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 update -Cしましたが、最小限のメッセージx files update, y files removedなどを受け取りました。更新の実行後に影響を受けたファイルについて、より詳細な情報を取得するにはどうすればよいですか?
hg update -C
x files update, y files removed
更新する前にチェックアウトした変更セットがわかっている場合はhg diff -r THAT_REVISION、他のオプションに応じて差分または統計を確認できます。
hg diff -r THAT_REVISION
pre-updateこれが頻繁に発生する場合は、更新前に現在のリビジョン ID をエコーするフックを追加できます。
pre-update