Summary
Returns a
RevSpec
that selects all changesets not found in the specified
destination repository, or if no path is specified, not found in the default push location.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- RevSpec
Syntax
public static RevSpec Outgoing(string path)
Parameters
Name | Type | Description |
---|---|---|
path | string |
The path or url to the repository to compare against.
If null or empty string, will use the default push location.
|