#!/usr/bin/env php fixCommit(); timeout=0 cid=1 - 更新版本库3的提交记录排序第2条的commit属性 @2 - 重复更新版本库3的提交记录排序第3条的commit属性 @1 */ zenData('repo')->loadYaml('repo')->gen(4); $repoHistory = zenData('repohistory')->loadYaml('repohistory'); $repoHistory->commit->range('1'); $repoHistory->gen(3); $repo = new repoTest(); $repoID = 3; r($repo->fixCommitTest($repoID)) && p('2:commit') && e('2'); // 更新版本库3的提交记录排序 r($repo->fixCommitTest($repoID)) && p('3:commit') && e('1'); // 重复更新版本库3的提交记录排序