Repository.

AddRemove(AddRemoveCommand) Method

Summary

Add all new files, delete all missing files.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

public void AddRemove(AddRemoveCommand command = null)

Parameters

Name Type Description
command AddRemoveCommand Any extra options to the addremove method, or null for default options.

Return Value

Type Description
void