Summary
Bundles changesets into a changegroup file, a bundle.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- Repository
Syntax
public void Bundle(string fileName, BundleCommand command = null)
Parameters
Name | Type | Description |
---|---|---|
fileName | string | The full path to and name of the file to save the bundle to. |
command | BundleCommand |
Any extra options to the bundle method, or null for default options.
|
Return Value
Type | Description |
---|---|
void |