Summary
Returns a
RevSpec
that will include all changesets that has a commit message,
author name or names of changed files that matches the pattern.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- RevSpec
Syntax
public static RevSpec Keyword(string pattern)
Parameters
Name | Type | Description |
---|---|---|
pattern | string | The pattern to match filenames against. |