MercurialVersionPre18.

WaitForLocksToDissipate(string) Method

Summary

This method will wait for lingering POSIX-style file locks to dissipate before continuing, to get around problems with such locks in pre-1.8 Mercurial.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Versions
Containing Type
MercurialVersionPre18

Syntax

public override void WaitForLocksToDissipate(string repositoryPath)

Parameters

Name Type Description
repositoryPath string The path to the repository that the locks exists in.

Return Value

Type Description
void