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を使用していましたが、importコマンドで、「順序付けられたパッチのセットをインポートする」ために使用されていることがわかりました。
パッチとは何ですか?
通常、変更セットは内部表現を指します。したがって、hg unbundlemercurial 固有のファイルを処理する は、「1 つまたは複数の changegroup ファイルを適用します」。チェンジグループは単なるチェンジセットのグループです。
hg unbundle
パッチは、標準形式のプレーン テキストです (たとえば、 によって作成されますdiff)。このpatchコマンドを使用して、これらのプレーンテキスト ファイルを処理できることに注意してください (リビジョン管理とは関係ありません)。
diff
patch