<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">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:0 0 0 .8ex;border-left:1px #ccc solid;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><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><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;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><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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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>_______________________________________________<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>