Class VersionControl_Hg_Repository_Command

Description

Wraps each Mercurial command to centralize global options and command execution.

It is passed into the constructor of each command.

implements the following global options: -I --include include names matching the given patterns -X --exclude exclude names matching the given patterns

PHP version 5

Located in /Hg/Repository/Command.php (line 39)

VersionControl_Hg_Command
   |
   --VersionControl_Hg_Repository_Command
Direct descendents
Class Description
VersionControl_Hg_Repository_Command_Archive Exports repository to a (optionally compressed) archive file.
Variable Summary
Method Summary
mixed __call (string $method, mixed $args)
Variables
mixed $allowed_commands = array(
'archive', 'changelog', 'status',
)
(line 46)

Implemented commands pertaining to a Hg repository

  • access: protected

Redefinition of:
VersionControl_Hg_Command::$allowed_commands
Implemented commands pertaining to the Hg executable.
VersionControl_Hg_Repository $container (line 55)

Holds the repository object needed by commands to operate upon

  • access: protected

Redefinition of:
VersionControl_Hg_Command::$container
Object representing the container the command operated upon

Inherited Variables

Inherited from VersionControl_Hg_Command

VersionControl_Hg_Command::$allowed_options
VersionControl_Hg_Command::$command
VersionControl_Hg_Command::$global_options
VersionControl_Hg_Command::$options
VersionControl_Hg_Command::$required_options
Methods

Documentation generated on Tue, 18 Aug 2009 23:53:15 -0600 by phpDocumentor 1.4.2