Summary
Makes the command operate on the patch repository instead of the main repository.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Extensions .Queues - Containing Type
- Queue
Command Base Extensions
Syntax
public static T OperateOnPatchRepository<T>(this T command) where T : CommandBase<T>
Type Parameters
Name | Description |
---|---|
T | The type of command that should operate on the patch repository instead. |
Parameters
Name | Type | Description |
---|---|---|
command | T | The command. |
Return Value
Type | Description |
---|---|
T | The command, a continuation of the fluent interface. |