Since I screwed up forking yt last time (wanted dev but got stable), I didn't want to repeat my mistake, so I need someone to check my findings.<div><br></div><div>I went to <a href="http://yt-project.org/">http://yt-project.org/</a> and clicked on "Fork us on BitBucket!" and it brought me to BitBucket page with a name "yt" and a specific tip of <span class="Apple-style-span" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 14px; ">4ec73cabefb6</span></div>
<div><span class="Apple-style-span" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 14px; "><br></span></div><div><span class="Apple-style-span" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 14px; ">But it doesn't say anything about if it is the stable or dev branch.</span></div>
<div><span class="Apple-style-span" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 14px; "><br></span></div><div><span class="Apple-style-span" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 14px; ">I then went and looked at the two install scripts available, and found that the variable $(BRANCH) is "stable" or "yt", so I am guessing after I forked on BitBucket, I need to do the following</span></div>
<div><span class="Apple-style-span" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 14px; "><br></span></div><div><span class="Apple-style-span" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 14px; "># update the local branch to dev branch named "yt"</span></div>
<div><span class="Apple-style-span" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 14px; ">hg up -C yt   </span></div><div><span class="Apple-style-span" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 14px; "># commit the change on local machine</span></div>
<div><span class="Apple-style-span" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 14px; ">hg commit -m ""</span></div><div><span class="Apple-style-span" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 14px; "># push the change of branch up to the fork in BitBucket</span></div>
<div><span class="Apple-style-span" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 14px; ">hg push</span></div><div><span class="Apple-style-span" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 14px; "><br>
</span></div><div><span class="Apple-style-span" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 14px; ">to switch the yt I just forked from whatever branch it is in right now into the dev branch of yt named "yt"</span></div>
<div><span class="Apple-style-span" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 14px; "><br></span></div><div><span class="Apple-style-span" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 14px; ">Is that correct?</span></div>
<div><span class="Apple-style-span" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 14px; "><br></span></div><div><span class="Apple-style-span" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 14px; ">If that is the case, I think last time I did the fork but didn't switch branches, and it defaulted to the stable branch.</span></div>
<div><span class="Apple-style-span" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 14px; "><br></span></div><div><span class="Apple-style-span" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 14px; ">From</span></div>
<div><span class="Apple-style-span" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 14px; ">G.S.</span></div>