# # # patch "ChangeLog" # from [2019a45fdab37692082583b9400712ed5c9318f0] # to [a068ff641c7dd87374399475ca9d7b852d5aea89] # # patch "testsuite.at" # from [1f60594483f6de8f4450f65b7958dc095d1030bf] # to [5d663dd3f27b2059efea0e4e44c382223ffccafc] # ============================================================ --- ChangeLog 2019a45fdab37692082583b9400712ed5c9318f0 +++ ChangeLog a068ff641c7dd87374399475ca9d7b852d5aea89 @@ -1,3 +1,11 @@ +2006-03-08 Nathaniel Smith + + * tests/t_disapprove_branch.at, testsuite.at: Add a placeholder + test for disapprove's broken branch handling; from code + inspection, it is obviously broken. I don't have time to write a + real test right now, though, never mind fix it... but at least we + have an XFAIL and a comment... + 2006-03-05 Nathaniel Smith * monotone.texi (Hooks): Update merge2 and merge3 hook ============================================================ --- testsuite.at 1f60594483f6de8f4450f65b7958dc095d1030bf +++ testsuite.at 5d663dd3f27b2059efea0e4e44c382223ffccafc @@ -789,3 +789,4 @@ m4_include(tests/t_merge_into_dir.at) m4_include(tests/t_restriction_excludes_parent.at) m4_include(tests/t_revert_move_to_renamed_dir.at) +m4_include(tests/t_disapprove_branch.at)