开发者

What exactly is a Mercurial changeset?

开发者 https://www.devze.com 2023-02-17 22:31 出处:网络
If you pull down a changeset are you pulling down the full copy of all files开发者_高级运维 that were changed in the changeset?

If you pull down a changeset are you pulling down the full copy of all files开发者_高级运维 that were changed in the changeset?

Or are you pulling down some type of diff report which Mercurial will then apply to your repo when you do hg update?


You are pulling down a list of changes for each file.

More details at the site below.

https://www.mercurial-scm.org/wiki/ChangeSet

0

精彩评论

暂无评论...
验证码 换一张
取 消