# # # patch "tests/branch/__driver__.lua" # from [ba8a90c87c324bfdbe73a32e51d82c524278b074] # to [cf5eecfb7ba14434d14a0914959ef3e8d401e2c6] # ============================================================ --- tests/branch/__driver__.lua ba8a90c87c324bfdbe73a32e51d82c524278b074 +++ tests/branch/__driver__.lua cf5eecfb7ba14434d14a0914959ef3e8d401e2c6 @@ -23,7 +23,7 @@ check(mtn("branch", "testbranch"), 0, fa check(qgrep("the new branch new_branch", "stderr")) check(mtn("branch", "testbranch"), 0, false, true) -check(qgrep("the existing branch testbranch", "stderr")) +check(qgrep("the original branch testbranch", "stderr")) -- check if branch issues a warning if we're trying to change the -- branch to a branch with an entirely independent base