[cmake-developers] What commit message will be used when merging topics from stage to next to master

2015-04-01 Thread James Bigler
I have a topic that I pushed to stage, so someone else could take a look. At this point, it needed some fixing, so I made some changes to my local topic and pushed those back to the same topic. When I push the topic into next and the testing passes, what checkin string will be used for change list

Re: [cmake-developers] What commit message will be used when merging topics from stage to next to master

2015-04-02 Thread Brad King
On 04/01/2015 07:37 PM, James Bigler wrote: > I have a topic that I pushed to stage, so someone else could take a look. > At this point, it needed some fixing, so I made some changes to my local > topic and pushed those back to the same topic. When I push the topic > into next and the testing pass