Repository.

Push(PushCommand) Method

Summary

Push changes to the specified destination.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

public void Push(PushCommand command = null)

Parameters

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

Return Value

Type Description
void