MercurialChangeGroupHook Class

Summary

This MercurialHookBase descendant implements the code necessary to handle the "changegroup" hook: This is run after a group of changesets has been brought into the repository from elsewhere.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Hooks
Base Types
graph TD Base0["MercurialHookBase"]-->Type click Base0 "/Cake.Hg/api/Mercurial.Hooks/MercurialHookBase" Base1["object"]-->Base0 Type["MercurialChangeGroupHook"] class Type type-node

Syntax

public class MercurialChangeGroupHook : MercurialHookBase

Constructors

Properties

Name Value Summary
FirstRevision RevSpec
Gets the RevSpec of the first changeset.
Repository Repository
Gets the Repository the hook is executing in.
Inherited from MercurialHookBase
Source string
Gets the source type of the incoming changesets.
Url string
Gets the source of the incoming changesets.

Methods

Name Value Summary
LoadRevision(string) RevSpec
Loads a RevSpec from a hash specified by an environment variable.
Inherited from MercurialHookBase
static