VersionControl_HG
VersionControl_HG is a library that provides an OO interface to handle Mercurial repositories.
Project Status | Code Quality | Code Coverage | Project Dependencies |
---|---|---|---|
Documentation is available at Read the Docs.
Installation
Add a dependency on siad007/versioncontrol_hg
to your project's composer.json file.
Here is a minimal example of a manually created composer.json file that just defines a dependency on versioncontrol_hg
{
"require": {
"siad007/versioncontrol_hg": "~1"
}
}