Summary
Returns a
RevSpec that selects the first "n" changesets of the set.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- RevSpec
Syntax
public RevSpec Limit(int amount)
Parameters
| Name | Type | Description |
|---|---|---|
| amount | int | The number of changesets to select. |