🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 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}"/> ```