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