The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Test::AutoBuild::Repository::Mercurial - A repository for Mercurial

SYNOPSIS

  use Test::AutoBuild::Repository::Mercurial

DESCRIPTION

This module provides a repository implementation for the Mercurial revision control system. It requires that the 'hg' command version 0.7 or higher be installed. It has full support for detecting updates to an existing checkout.

METHODS

my $repository = Test::AutoBuild::Repository::Mercurial->new( );

AUTHORS

Daniel Berrange

COPYRIGHT

Copyright (C) 2004 Daniel Berrange

SEE ALSO

perl(1), Test::AutoBuild::Repository