# # patch "ChangeLog" # from [df04f68b69c3c3da0dd0574eccdb24f745860e72] # to [e19ffdc561289bda2d3d6bea8525a46505d1cb33] # # patch "contrib/monotone-notify.pl" # from [5fe63044551809be3609ccdd179c51b68109ffb1] # to [5f5ac153b2bdd5d80b2e78dc57b1bd7c8b87c008] # --- ChangeLog +++ ChangeLog @@ -1,5 +1,8 @@ 2005-04-18 Richard Levitte + * contrib/monotone-notify.pl (my_exit): The comment was incorrect, + there are no network connections to close gracefully. + * tests/t_drop_attr.at: New test, similar to t_rename_attr.at. * testsuite.at: Add it. --- contrib/monotone-notify.pl +++ contrib/monotone-notify.pl @@ -597,8 +597,7 @@ return $return; } -# my_exit removes temporary files and gracefully closes network -# connections. +# my_exit removes temporary files and then exits. sub my_exit { my_log("cleaning up.");