MercurialVersionBase.

AssignCurrent(Version) Method

Summary

This method finds the correct MercurialVersionBase implementation, based on the version.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Versions
Containing Type
MercurialVersionBase

Syntax

public static void AssignCurrent(Version version)

Parameters

Name Type Description
version Version The version to find the correct MercurialVersionBase implementation for.

Return Value

Type Description
void