show/hide this revision's text 2 deleted 2 characters in body

You can create a hook on the receiving side. Add the following section to your /.hg/hgrcrepo/.hg/hgrc

[hook]
changegroup = hg update

That should do it. Note that hooks are not cloned.

show/hide this revision's text 1

You can create a hook on the receiving side. Add the following section to your /.hg/hgrc

[hook]
changegroup = hg update

That should do it. Note that hooks are not cloned.