[yt-dev] How to test out unit refactor

Matthew Turk matthewturk at gmail.com
Thu Dec 12 14:11:09 PST 2013


Hi all,

There was some discussion in IRC of how to test out the new unit
refactor branch.  Not all of the frontends have been converted.

Here's how to pull it:

hg pull -r unitrefactor http://bitbucket.org/MatthewTurk/yt
hg up -r unitrefactor


Then, build as usual.  As a reminder, this is the primary yt repository now:

http://bitbucket.org/yt_analysis/yt

If you have that set as your "default", you can get back to the tip of
that repository like so:

hg up -r "remote(tip)"

If you want to make sure you're updating to a specific branch, swap
out "tip" for "yt" or "yt-3.0" (which will need to be in quotes, as -
is a special character in revsets.

-Matt



More information about the yt-dev mailing list