Home | History | Annotate | Download | only in push-to-trunk

Lines Matching refs:VERSION_FILE

360     version_file = os.path.join(TEST_CONFIG["DEFAULT_CWD"], VERSION_FILE)
361 if not os.path.exists(os.path.dirname(version_file)):
362 os.makedirs(os.path.dirname(version_file))
363 with open(version_file, "w") as f:
711 os.path.join(TEST_CONFIG["DEFAULT_CWD"], VERSION_FILE))
1069 os.path.join(TEST_CONFIG["DEFAULT_CWD"], VERSION_FILE))
1250 Cmd("git diff --name-only hash2 hash2^", VERSION_FILE),
1251 Cmd("git checkout -f hash2 -- %s" % VERSION_FILE, "",
1258 Cmd("git checkout -f HEAD -- %s" % VERSION_FILE, "",
1262 Cmd("git diff --name-only hash3 hash3^", VERSION_FILE),
1263 Cmd("git checkout -f hash3 -- %s" % VERSION_FILE, "",
1269 Cmd("git checkout -f HEAD -- %s" % VERSION_FILE, "",
1273 Cmd("git diff --name-only hash6 hash6^", VERSION_FILE),
1274 Cmd("git checkout -f hash6 -- %s" % VERSION_FILE, "",
1280 Cmd("git checkout -f HEAD -- %s" % VERSION_FILE, "",
1463 Cmd("git checkout -f hash125 -- %s" % VERSION_FILE, "",
1465 Cmd("git checkout -f HEAD -- %s" % VERSION_FILE, "",
1467 Cmd("git checkout -f hash118 -- %s" % VERSION_FILE, "",
1469 Cmd("git checkout -f HEAD -- %s" % VERSION_FILE, "",
1471 Cmd("git checkout -f hash111 -- %s" % VERSION_FILE, "",
1473 Cmd("git checkout -f HEAD -- %s" % VERSION_FILE, "",
1496 Cmd("git diff --name-only latest_hash latest_hash^", VERSION_FILE),
1507 Cmd("git diff --name-only lkgr_hash lkgr_hash^", VERSION_FILE),