AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
# C.36 HgPushTask Push changes from the local Mercurial repository to the specified destination. This is available for PHP 5.4 and higher. Table C.37:聽Attributes NameTypeDescriptionDefaultRequired`insecure``Boolean`Do not verify server certificate.falseNo`quiet``Boolean`Work silently unless an error occurs.`false`No`repository``String`Path to Mercurial repository.n/aNo C.36.1 Example ``` <property name="repo.dir" value="./repo.directory" /> <hgpush haltonerror="true" repository="{repo.dir.resolved}"/> ```