Summary
Gets the path (local to the repository) of the sub-file present in the working directory
during the merge, for files with merge-conflicts.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- MergeJobConflict
Syntax
public string GetMergeSubFilePath(MergeJobConflictSubFile subFile)
Parameters
| Name | Type | Description |
|---|---|---|
| subFile | Merge |
Which particular MergeJobConflictSubFile to get the path to.
|
Return Value
| Type | Description |
|---|---|
| string | The path (local to the repository) of the sub-file. |