Repository.

Move(MoveCommand) Method

Summary

Move files; equivalent of copy + remove.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

public void Move(MoveCommand command)

Parameters

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

Return Value

Type Description
void