# # patch "tests/t_migrate_rosterify.at" # from [43d0d6005bb4974ed85fd25215da02c6d1228cb5] # to [0a3a5927a1d73724dba79e4c9875626eb13a781e] # ======================================================================== --- tests/t_migrate_rosterify.at 43d0d6005bb4974ed85fd25215da02c6d1228cb5 +++ tests/t_migrate_rosterify.at 0a3a5927a1d73724dba79e4c9875626eb13a781e @@ -74,7 +74,10 @@ ]) COMMIT(testbranch1) -AT_CHECK(MONOTONE propagate testbranch2 testbranch1, [], [ignore], [ignore]) +AT_DATA([old_revs_propagate_log], [propagate from branch 'testbranch2' (head c606ed519e48f526bb130fd64fef712f795f0625) + to branch 'testbranch1' (head 04fe9ed6642b2e258162f948934726a3085e473f) +]) +AT_CHECK(MONOTONE propagate testbranch2 testbranch1 --message-file=old_revs_propagate_log, [], [ignore], [ignore]) AT_CHECK(MONOTONE update, [], [ignore], [ignore]) AT_CHECK(MONOTONE drop testfile1, [], [ignore], [ignore])