<div class="gmail_quote">On Thu, Oct 14, 2010 at 2:35 PM, Bill Lorensen <span dir="ltr"><<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Marcus,<br>
<br>
Here is the situation:<br>
<br>
1) I want to review your change: <a href="http://review.source.kitware.com/#change,129" target="_blank">http://review.source.kitware.com/#change,129</a><br>
2) I have an up-to-date version of VTK<br></blockquote><div><br></div><div>I would use the checkout option in Gerrit, in your VTK repository,</div><div><br></div><div>git fetch <a href="http://review.source.kitware.com/p/VTK">http://review.source.kitware.com/p/VTK</a> refs/changes/29/129/4 && git checkout FETCH_HEAD</div>
<div><br></div><div>This will put you in a detached head with exactly what I had at the time. I have now merged this change, and a small fix after you spotted the error. If you want to turn it into a topic branch after you fetched it, simply,</div>
<div><br></div><div>git checkout -b UsefulSetupScripts</div><div><br></div><div>This should allow you to review the changes as they were, without trying to merge it into the current master.</div><div><br></div><div>Marcus</div>
</div>