When the sources are initially pulled, what branch is active? hg pull http://www.octave.org/hg/octave hg update I can switch to the 3-0-x branch by hg update -C release-3-0-x How do I determine what branches are available to switch between? How do I return to the default? Ben