Summary
Push changes to the specified destination.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- Repository
Syntax
public void Push(string destination, PushCommand command = null)
Parameters
Name | Type | Description |
---|---|---|
destination | string | The name of the destination or the URL to the destination, to push to. |
command | PushCommand |
Any extra options to the push method, or null for default options.
|
Return Value
Type | Description |
---|---|
void |