Repository.

Unbundle(string, UnbundleCommand) Method

Summary

Apply one or more changegroup files generated by the bundle command.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

public void Unbundle(string fileName, UnbundleCommand command = null)

Parameters

Name Type Description
fileName string The full path to and name of the file to load the bundle from.
command UnbundleCommand Any extra options to the unbundle method, or null for default options.

Return Value

Type Description
void