testcase_str2repo
Repo *repo = testcase_str2repo(pool, pieces[3]);
if (str[i] == '@' && (repo = testcase_str2repo(pool, str + i + 1)) != 0)
repo = testcase_str2repo(pool, pieces[2]);
extern Repo *testcase_str2repo(Pool *pool, const char *str);