Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What exactly is a Mercurial 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?

like image 832
Marcus Leon Avatar asked Nov 25 '25 20:11

Marcus Leon


1 Answers

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

More details at the site below.

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

like image 92
huntsfromshadow Avatar answered Nov 28 '25 10:11

huntsfromshadow



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!