Repository.

Pull(string, PullCommand) Method

Summary

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

Syntax

public void Pull(string source, PullCommand command = null)

Parameters

Name Type Description
source string The name of the source or the URL to the source, to pull from.
command PullCommand Any extra options to the pull method, or null for default options.

Return Value

Type Description
void