Repository.

Move(string, string, MoveCommand) Method

Summary

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

Syntax

public void Move(string source, string destination, MoveCommand command = null)

Parameters

Name Type Description
source string The source of the move command; what to move.
destination string The destination of the move command; where to move it.
command MoveCommand Any extra options to the move method, or null for default options.

Return Value

Type Description
void