ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的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}"/> ```