Write-locks when pulling as well as pushing?

Sune Foldager cryo at cyanite.org
Wed Feb 10 14:14:54 UTC 2010


On 10-02-2010 14:43, Simon Howkins wrote:
> Hi
> 
> I know that mercurial implements write-locking so that two concurrent
> pushes into the same repository will be serialised and avoid corruption.
> 
> Can anyone confirm whether the same is done with pull, such that two
> concurrent pull operations into the same destination are always safe?

Ok, I misunderstood you there. Yes, two pulls _into_ the same
destination are also serialized :)

/Sune



More information about the Mercurial mailing list