# # patch "ChangeLog" # from [52847a92b4932d7db3f30f961cc813ede6904486] # to [9a03d37929a41641694d603e4de9992de1fa57ee] # # patch "contrib/monotone-import.pl" # from [d51a87380e1d820c4311a361a155bd56f50afa24] # to [572e9ae41a19d94af8597280549cdec95a989c8c] # =============================================== --- ChangeLog 52847a92b4932d7db3f30f961cc813ede6904486 +++ ChangeLog 9a03d37929a41641694d603e4de9992de1fa57ee @@ -1,3 +1,7 @@ +2005-07-21 Richard Levitte + + * contrib/monotone-import.pl: Now uses the given tag. + 2005-07-20 Marcel van der Boom * database.{cc,hh} (get_branches): New method. =============================================== --- contrib/monotone-import.pl d51a87380e1d820c4311a361a155bd56f50afa24 +++ contrib/monotone-import.pl 572e9ae41a19d94af8597280549cdec95a989c8c @@ -190,10 +190,14 @@ } @new_files; ###################################################################### -# Commit and tell the user what he can do with the import. +# Commit and tag. # my_system("monotone commit --message=\"$user_message\""); +my_system("monotone tag \`cat MT/revision\` \"$user_tag\""); +###################################################################### +# Tell the user what he can do with the import. +# print "********** IMPORTANT NOTICE **********\n"; print "If you want the changes that come with the import to appear in\n"; print "another branch (like your development branch), do the following\n";