DiffGuiCommand.

WithChangeset(RevSpec) Method

Summary

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

Syntax

public DiffGuiCommand WithChangeset(RevSpec value)

Remarks

This method is part of the fluent interface.

Parameters

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

Return Value

Type Description
DiffGuiCommand This DiffGuiCommand instance.