C# Class Mercurial.Versions.MercurialVersionPre18

Inheritance: MercurialVersionBase
Mostrar archivo Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
WaitForLocksToDissipate ( string repositoryPath ) : void

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.

Method Details

WaitForLocksToDissipate() public method

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.
/// is null or empty. ///
public WaitForLocksToDissipate ( string repositoryPath ) : void
repositoryPath string /// The path to the repository that the locks exists in. ///
return void