Repository.

Rename(string, string, RenameCommand) Method

Summary

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

Syntax

public void Rename(string source, string destination, RenameCommand 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 RenameCommand Any extra options to the move method, or null for default options.

Return Value

Type Description
void