DiffGuiCommand.

WithRevisions(RevSpec) Method

Summary

Sets the Revisions property to the specified value and returns this DiffGuiCommand instance.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
DiffGuiCommand

Syntax

public DiffGuiCommand WithRevisions(RevSpec value)

Remarks

This method is part of the fluent interface.

Parameters

Name Type Description
value RevSpec The new value for the Revisions property.

Return Value

Type Description
DiffGuiCommand This DiffGuiCommand instance.