<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 27, 2016 at 4:42 PM, Stephanie Tonnesen <span dir="ltr"><<a href="mailto:stonnes@gmail.com" target="_blank">stonnes@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi Nathan,<br><br></div>Thanks for the walk-through.  I think I am close.  I am looking at #2252.  I just typed<br><br><span><span class=""><pre>hg clone <a href="https://bitbucket.org/yt_analysis/yt" target="_blank">https://bitbucket.org/yt_analysis/yt</a>
<span>cd </span>yt<br></pre></span><pre>hg update #2252<br><br></pre><pre>And got the response<br>0 files updated, 0 files merged, 0 files removed, 0 files unresolved<br><br></pre><pre>Which I think should have updated 2 files....So <br>what I must be missing is the pulling the changes thing you talked about.  <br></pre><pre>Can you tell me about that?<br></pre></span></div></blockquote><div><br></div><div>#2252 is not a revision specifier. Mercurial doesn't know anything about bitbucket pull requests.</div><div><br></div><div>Instead, you need to find the revision identifier for the most recent commit in the pull request. For PR 2252, that changeset identifier is 12998d8. You can see that if you look on the "commits" tab for the pull request page on bitbucket.</div><div><br></div><div>Now to pull that change in locally, you can do:</div><div><br></div><div>$ hg pull -r 12998d8 <a href="https://bitbucket.org/brittonsmith/yt">https://bitbucket.org/brittonsmith/yt</a></div><div>$ hg up -C 12998d8</div><div>$ ./clean.sh</div><div>$ python setup.py develop</div><div><br></div><div>Hope that helps,</div><div><br></div><div>Nathan</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><span><pre></pre><pre><br></pre><pre>Thanks,<br></pre><pre>Stephanie<br></pre></span><br></div><div class="gmail_extra"><span class=""><br clear="all"><div><div data-smartmail="gmail_signature"><div dir="ltr"><div><div><div><font face="garamond,serif">--<br>Dr. Stephanie Tonnesen<br></font></div><font face="garamond,serif">Alvin E. Nashman Postdoctoral Fellow<br></font></div><font face="garamond,serif">Carnegie Observatories, Pasadena, CA<br></font></div><font face="garamond,serif"><a href="mailto:stonnes@gmail.com" target="_blank">stonnes@gmail.com</a><br></font></div></div></div>
<br></span><div><div class="h5"><div class="gmail_quote">On Mon, Jun 27, 2016 at 2:05 PM, Nathan Goldbaum <span dir="ltr"><<a href="mailto:nathan12343@gmail.com" target="_blank">nathan12343@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span>On Mon, Jun 27, 2016 at 4:01 PM, Stephanie Tonnesen <span dir="ltr"><<a href="mailto:stonnes@gmail.com" target="_blank">stonnes@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><div><div>Hi yt-users,<br><br></div>So I am using the developers yt-conda version of yt.  I am trying to review a pull request, but have no idea what I am doing.  All I ever do is <br><br></div>yt update<br><br></div>I literally just broke yt 5 days ago, so I am a bit unwilling to just poke around trying out random hg commands to see what happens.  Is this what I am supposed to do once I have activated yt?<br><br><pre>hg clone <a href="https://bitbucket.org/yt_analysis/yt" target="_blank">https://bitbucket.org/yt_analysis/yt</a>
<span>cd </span>yt
hg update yt
python setup.py install --user --prefix<span>=</span></pre></div></div></div></blockquote></span><div>If you're going to be doing development, you probably want to do</div><div><br></div><div>"python setup.py develop"</div><div><br></div><div>I'd do "pip uninstall yt" first to delete the installation you put in .local.</div><span><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div>And *if* this is right, how do I grab a specific change set?<br></div></div></div></blockquote><div><br></div></span><div>Rather than doing "hg update yt" (which will take you to the most recent commit on the yt branch), you should do:</div><div><br></div><div>$ hg update <revision></div><div><br></div><div>Where <revision> is e.g. a changeset hash or some other identifier. </div><div><br></div><div>If you're trying to pull in a specific changeset to your local clone of yt, you'll also need to pull the changes from the pull request into your local clone of yt. Which pull request are you looking at?</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span><div dir="ltr"><div><div><br></div>Thanks so much!<br><br></div>Stephanie<br><br clear="all"><div><div><div><div><div><div><div><div><div data-smartmail="gmail_signature"><div dir="ltr"><div><div><div><font face="garamond,serif">--<br>Dr. Stephanie Tonnesen<br></font></div><font face="garamond,serif">Alvin E. Nashman Postdoctoral Fellow<br></font></div><font face="garamond,serif">Carnegie Observatories, Pasadena, CA<br></font></div><font face="garamond,serif"><a href="mailto:stonnes@gmail.com" target="_blank">stonnes@gmail.com</a><br></font></div></div></div>
</div></div></div></div></div></div></div></div>
<br></span>_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" rel="noreferrer" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
<br></blockquote></div><br></div></div>
<br>_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" rel="noreferrer" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
<br></blockquote></div><br></div></div></div>
<br>_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" rel="noreferrer" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
<br></blockquote></div><br></div></div>