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
- MercurialVersionBase
Syntax
public virtual 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 |