C# Class Mercurial.Hooks.MercurialPreListKeysHook

This MercurialControllingHookBase descendant implements the code necessary to handle the "prelistkeys" hook: This is run before listing pushkeys (like bookmarks) in the repository.
As with all controlling hooks (descendants of MercurialControllingHookBase), you can prevent the command from continuing, or let it continue, by calling MercurialControllingHookBase.TerminateHookAndCancelCommand(int) or MercurialControllingHookBase.TerminateHookAndProceed respectively.
Inheritance: MercurialControllingHookBase
Mostrar archivo Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
MercurialPreListKeysHook ( ) : System

Initializes a new instance of the MercurialPreListKeysHook class.

Method Details

MercurialPreListKeysHook() public method

Initializes a new instance of the MercurialPreListKeysHook class.
public MercurialPreListKeysHook ( ) : System
return System