# # add_file "tests/t_annotate_no_rev.at" # # patch "ChangeLog" # from [9e93c46aea901735b1fe7d8496e21b7091ca840a] # to [f35e9af2851fee94bd864cf118fee3e474faaa9e] # # patch "tests/t_annotate_no_rev.at" # from [] # to [d4c01d35d64dd0203b3dfa2d3484e08b84493ade] # # patch "testsuite.at" # from [d52dd305bffb9f58f304a7380959b07e7b576d20] # to [97222f8297b2c402e778b69ac58ddb8600923b47] # =============================================== --- ChangeLog 9e93c46aea901735b1fe7d8496e21b7091ca840a +++ ChangeLog f35e9af2851fee94bd864cf118fee3e474faaa9e @@ -1,5 +1,10 @@ 2005-07-24 Nathaniel Smith + * tests/t_annotate_no_rev.at: New test. + * testsuite.at: Add it. + +2005-07-24 Nathaniel Smith + * sanity.{hh,cc} (sanity, dump_buffer, invariant_failure) (index_failure, MusingI, Musing, M): Implement macro M(), for 'musing', which marks data that monotone was musing over when an =============================================== --- tests/t_annotate_no_rev.at +++ tests/t_annotate_no_rev.at d4c01d35d64dd0203b3dfa2d3484e08b84493ade @@ -0,0 +1,9 @@ +AT_SETUP([annotate with no revs]) +MONOTONE_SETUP + +ADD_FILE(testfile, [blah blah +]) + +AT_CHECK(MONOTONE annotate testfile, [1], [ignore], [ignore]) + +AT_CLEANUP =============================================== --- testsuite.at d52dd305bffb9f58f304a7380959b07e7b576d20 +++ testsuite.at 97222f8297b2c402e778b69ac58ddb8600923b47 @@ -677,3 +677,4 @@ m4_include(tests/t_migrate_broken_schema.at) m4_include(tests/t_ls_branches.at) m4_include(tests/t_database_check_normalized.at) +m4_include(tests/t_annotate_no_rev.at)