Repository.

Pull(PullCommand) Method

Summary

Pull changes from the specified source.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

public void Pull(PullCommand command = null)

Parameters

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

Return Value

Type Description
void