# # # delete "tests/disapproving_of_bad_revision_range/rootfile" # # patch "tests/disapproving_of_bad_revision_range/__driver__.lua" # from [c53fc38d11e95939c2a98d0324137dff75c35577] # to [3c271956c2c08c3d459a42ea5904d1dfc097ab3f] # ============================================================ --- tests/disapproving_of_bad_revision_range/__driver__.lua c53fc38d11e95939c2a98d0324137dff75c35577 +++ tests/disapproving_of_bad_revision_range/__driver__.lua 3c271956c2c08c3d459a42ea5904d1dfc097ab3f @@ -1,10 +1,9 @@ mtn_setup() mtn_setup() -check(get("rootfile", "testfile")) +addfile("testfile","dummy content") check(mtn("add", "testfile"), 0, false, false) commit() root_r_sha = base_revision() -root_f_sha = sha1("testfile") check(mtn("disapprove", root_r_sha, "deadcafe"), 1, false, false)