# # patch "ChangeLog" # from [e39f1771c98c4baf2aebff35c0c9db8aa520a85b] # to [7da0796b933575bd123831210822b4acbcfd827a] # # patch "contrib/monotone-import.pl" # from [2f6fa515ee9578b6cc1fe0126c0949d9c4473bfb] # to [936971f03dcd0f03c175973cddb9387c2bf1cb59] # --- ChangeLog +++ ChangeLog @@ -1,5 +1,8 @@ 2005-04-19 Richard Levitte + * contrib/monotone-import.pl (my_exit): As in monotone-notify.pl, + my_exit doesn't close any network connections. + * testsuite.at (REVERT_TO): Make it possible to revert to a specific branch. This is useful to resolve ambiguities. * tests/t_merge_add_del.at: Use it. --- contrib/monotone-import.pl +++ contrib/monotone-import.pl @@ -292,8 +292,7 @@ return @return; } -# my_exit removes temporary files and gracefully closes network -# connections. +# my_exit removes temporary files and directories, then exits. sub my_exit { my_log("cleaning up.");