I have a developer who has made some changes, and has asked that I merge them in. In order to be safe, I haven't merged/committed his work outright, but instead made a copy of his branch so that I can do a 'bzr log --forward -n 0 -v | less' to see his commit notes, and to understand the files which were modified/added.
Since he has made several changes, I don't want to merge them all in one shot. Instead, I'd like to commit his changes to my branch one at a time after reviewing them.
Problem is, I don't see any revision IDs for each of the "merge tips" for his changes.
If for example, he's committed changes at r250, 251, 252, and I merge all these changes in to the working tree, how can commit his r250? Do I have to merge his changes in one at a time? or is there a way of doing this via the "merge tips"?
I'm not sure how useful merge tips are, if they only show you comments, and don't provide an ability to merge each tip in individually.
Of course I may be missing something which is common knowledge; if so, please enlighten me.
Thanks very much in advance.