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.
変更セット内のすべての変更を表示する方法を知っています..
しかし、ソースを更新して apullを実行し、3 つの新しい変更セットを取得したとします。リモート リポジトリの現在の状態 (3 つの変更セットがチェックインされている) と現在のソース (ローカル マシン上) を比較するにはどうすればよいでしょうか?
pull
現在構成しているビジュアル差分ツール (Examdiff または Kdiff3) を使用してこれを行いたいと思います。
現在の作業ディレクトリとリビジョンを比較したいtipので、 を使用できるはずですhg diff -r tip。
tip
hg diff -r tip