DiffCommand.

WithRevisions(RevSpec) Method

Summary

Adds the specified value to the Revisions property and returns this DiffCommand instance.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
DiffCommand

Syntax

public DiffCommand WithRevisions(RevSpec value)

Remarks

This method is part of the fluent interface.

Parameters

Name Type Description
value RevSpec The value to add to the Revisions property.

Return Value

Type Description
DiffCommand This DiffCommand instance.