Repository.

Resolve(string, ResolveCommand) Method

Summary

Mark the file as resolved.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

public void Resolve(string file, ResolveCommand command = null)

Parameters

Name Type Description
file string The file to mark as resolved.
command ResolveCommand Any extra options to the resolve method, or null for default options.

Return Value

Type Description
void