siad007/versioncontrol_hg

VersionControl_HG 是一个库,它提供了一个面向对象的接口来处理 Mercurial 仓库。

v1.0.3 2021-01-22 20:43 UTC

This package is auto-updated.

Last update: 2024-08-23 04:19:42 UTC


README

VersionControl_HG 是一个库,它提供了一个面向对象的接口来处理 Mercurial 仓库。

文档可在 Read the Docs 查阅。

安装

siad007/versioncontrol_hg 添加到您的项目 composer.json 文件中的依赖项。

以下是一个手动创建的 composer.json 文件的最小示例,它仅定义了对 versioncontrol_hg 的依赖项

{
    "require": {
        "siad007/versioncontrol_hg": "~1"
    }
}