Repository.

Copy(CopyCommand) Method

Summary

Copies one or more files from one place to another, and records the actions as copy-commands in the next commit.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

public void Copy(CopyCommand command)

Parameters

Name Type Description
command CopyCommand The options to the copy command.

Return Value

Type Description
void