C# Class Mercurial.Versions.MercurialVersionPre18

Inheritance: MercurialVersionBase
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

Méthode 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 méthode

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. ///
Résultat void