C# Класс Mercurial.Versions.MercurialVersionPre18

Наследование: MercurialVersionBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

WaitForLocksToDissipate() публичный Метод

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. ///
Результат void