RevSpec.

ByUser(string) Method

Summary

Select all changesets committed by the specified user.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
RevSpec

Syntax

public static RevSpec ByUser(string name)

Parameters

Name Type Description
name string The name of the user to select changesets from.

Return Value

Type Description
RevSpec The revision specification for all changesets committed by the specified user.