Looks like I can use hg update to accomplish this, i.e. hg update to the rev that is b67 and then hg update to each possibly offending rev of the jdk repo. Sound right?
On 6/26/15 4:13 PM, Pete Brunet wrote: > Hi, I found a problem on b68 and there are a half dozen possible > changesets that could be responsible. What is the best way to do the > process of elimination. It seems like the right approach would be to > start with b67 and then add changesets one at a time until the problem > surfaces. Is that right or is there a better way? > > Starting with a fresh current clone what are the steps to strip back to > b67 and then to add changesets? > > This will be in the jdk branch of the forest. > > Thanks, Pete