Repository.

Rename(RenameCommand) Method

Summary

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

Syntax

public void Rename(RenameCommand command)

Parameters

Name Type Description
command RenameCommand The options to the rename command.

Return Value

Type Description
void