Summary
Selects all changesets committed by the specified name.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- RevSpec
Syntax
public static RevSpec Author(string name)
Parameters
Name | Type | Description |
---|---|---|
name | string | The name of the author to select changesets for. |
Return Value
Type | Description |
---|---|
RevSpec | A revision specification that selects all changesets committed by the specified name. |