Summary
This
MercurialHookBase
descendant implements the
code necessary to handle the "listkeys" hook:
This is run after listing pushkeys (like bookmarks) in the repository.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Hooks - Base Types
-
- object
- MercurialHookBase
graph TD
Base0["MercurialHookBase"]-->Type
click Base0 "/Cake.Hg/api/Mercurial.Hooks/MercurialHookBase"
Base1["object"]-->Base0
Type["MercurialListKeysHook"]
class Type type-node
Syntax
public class MercurialListKeysHook : MercurialHookBase
Constructors
Name | Summary |
---|---|
Mercurial |
Properties
Name | Value | Summary |
---|---|---|
Namespace | string |
Gets the namespace the keys was listed from.
|
Repository | Repository |
Gets the
Repository the hook is executing in.
Inherited from MercurialHookBase
|
Values | Mercurial |
Gets the dictionary containing the keys and values that was listed.
|
Methods
Name | Value | Summary |
---|---|---|
LoadRevision |
RevSpec |
Loads a
RevSpec from a hash specified by
an environment variable.
Inherited from MercurialHookBase
static
|