Summary
Redo merges or set/view the merge status of files.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- Repository
Syntax
public IEnumerable<MergeConflict> Resolve(ResolveCommand command)
Parameters
Name | Type | Description |
---|---|---|
command | ResolveCommand | The options to the revert command. |
Return Value
Type | Description |
---|---|
IEnumerable |
A collection of MergeConflict objects in the case of a List action;
or null if any other action was performed.
|